Skip to content

Commit ea4cab4

Browse files
committed
Update podspec
1 parent f129c84 commit ea4cab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactiveObjCBridge.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
s.tvos.deployment_target = "9.0"
1717
s.watchos.deployment_target = "2.0"
1818

19-
s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git", :tag => "1.0" }
19+
s.source = { :git => "https://github.com/ReactiveCocoa/ReactiveObjCBridge.git", :tag => "#{s.version}" }
2020
s.source_files = "ReactiveObjCBridge/*.{swift}"
2121

2222
s.dependency 'ReactiveObjC', '~> 2.1.2'

0 commit comments

Comments
 (0)