Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit 0eedc93

Browse files
authored
PodSpec. (#8)
1 parent ce27b3a commit 0eedc93

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

ReactiveCollections.podspec

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Pod::Spec.new do |s|
2+
s.name = "ReactiveCollections"
3+
s.version = "1.0.0-alpha.0"
4+
s.summary = ""
5+
s.description = <<-DESC
6+
Reactive collections for Swift using ReactiveSwift
7+
DESC
8+
s.homepage = "https://github.com/RACCommunity/ReactiveCollections/"
9+
s.license = { :type => "MIT", :file => "LICENSE.md" }
10+
s.author = "RACCommunity"
11+
12+
s.ios.deployment_target = "8.0"
13+
s.osx.deployment_target = "10.9"
14+
s.watchos.deployment_target = "2.0"
15+
s.tvos.deployment_target = "9.0"
16+
s.source = { :git => "https://github.com/RACCommunity/ReactiveCollections.git", :branch => "master" }
17+
# Directory glob for all Swift files
18+
s.source_files = "Sources/*.{swift}"
19+
s.dependency 'ReactiveSwift', '~> 1.0'
20+
end

0 commit comments

Comments
 (0)