forked from RxSwiftCommunity/RxASDataSources
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRxASDataSources.podspec
More file actions
23 lines (19 loc) · 882 Bytes
/
RxASDataSources.podspec
File metadata and controls
23 lines (19 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Pod::Spec.new do |s|
s.name = 'RxASDataSources'
s.version = '1.0.0'
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = 'RxDataSources for AsyncDisplayKit/Texture supports ASTableNode/ASCollectionNode'
s.homepage = 'https://github.com/RxSwiftCommunity/RxASDataSources'
s.social_media_url = 'https://twitter.com/dangthaison91'
s.authors = { "Dang Thai Son" => "dangthaison.91@gmail.com" }
s.source = { :git => "https://github.com/RxSwiftCommunity/RxASDataSources.git", :tag => s.version.to_s }
s.ios.deployment_target = '9.0'
s.requires_arc = true
s.swift_versions = '5.0'
s.source_files = "Sources/**/*.swift"
s.framework = "Foundation"
s.dependency 'RxSwift', '~> 5.1'
s.dependency 'RxCocoa', '~> 5.1'
s.dependency 'Differentiator', '~> 4.0'
s.dependency 'Texture', '~> 3.0'
end