Skip to content

Commit

Permalink
Merge pull request #223 from buschco/podspec-version-pin
Browse files Browse the repository at this point in the history
use right version in podspec
  • Loading branch information
levibuzolic authored Apr 4, 2024
2 parents fc15c4e + 75cd0e1 commit ae3f170
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jail-monkey.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = package['homepage']
s.license = package['license']
s.author = package['author']
s.source = { :git => 'https://github.com/GantMan/jail-monkey.git' }
s.source = { :git => 'https://github.com/GantMan/jail-monkey.git', :tag => "v#{s.version.to_s}" }

s.platform = :ios, '7.0'
s.ios.deployment_target = '7.0'
Expand Down

0 comments on commit ae3f170

Please sign in to comment.