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

Commit c743cd2

Browse files
committed
Update podspec to refer a tag
1 parent 846ba54 commit c743cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveCollections.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.osx.deployment_target = "10.9"
1111
s.watchos.deployment_target = "2.0"
1212
s.tvos.deployment_target = "9.0"
13-
s.source = { :git => "https://github.com/RACCommunity/ReactiveCollections.git", :branch => "master" }
13+
s.source = { :git => "https://github.com/RACCommunity/ReactiveCollections.git", :tag => "#{s.version}" }
1414

1515
# Directory glob for all Swift files
1616
s.source_files = "Sources/*.{swift}"

0 commit comments

Comments
 (0)