Skip to content

Commit 7620d5b

Browse files
committed
Programmatically set current tag
1 parent 8e618c8 commit 7620d5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SwiftyJSON.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = "8.0"
1212
s.watchos.deployment_target = "2.0"
1313
s.tvos.deployment_target = "9.0"
14-
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => "2.3.2"}
14+
s.source = { :git => "https://github.com/SwiftyJSON/SwiftyJSON.git", :tag => s.version }
1515
s.source_files = "Source/*.swift"
1616
end

0 commit comments

Comments
 (0)