-
Notifications
You must be signed in to change notification settings - Fork 3
/
RxDataSources-Texture.podspec
31 lines (27 loc) · 1.16 KB
/
RxDataSources-Texture.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#
# Be sure to run `pod lib lint RxTextureDataSources.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'RxDataSources-Texture'
s.version = '1.4.0'
s.summary = 'RxDataSources With Texture'
s.description = <<-DESC
This is a collection of reactive data sources for ASTableNode and ASCollectionNode
DESC
s.homepage = 'https://github.com/OhKanghoon/RxDataSources-Texture'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'OhKanghoon' => '[email protected]' }
s.source = { :git => 'https://github.com/OhKanghoon/RxDataSources-Texture.git', :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.swift_version = '5.0'
s.source_files = 'Sources/**/*.{swift,h,m}'
s.dependency 'RxSwift', '~> 6.0'
s.dependency 'RxCocoa', '~> 6.0'
s.dependency 'Differentiator', '~> 5.0'
s.dependency 'Texture', '~> 3.0'
end