We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f129c84 commit ea4cab4Copy full SHA for ea4cab4
ReactiveObjCBridge.podspec
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
s.tvos.deployment_target = "9.0"
17
s.watchos.deployment_target = "2.0"
18
19
- s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git", :tag => "1.0" }
+ s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git", :tag => "#{s.version}" }
20
s.source_files = "ReactiveObjCBridge/*.{swift}"
21
22
s.dependency 'ReactiveObjC', '~> 2.1.2'
0 commit comments