Skip to content

Commit

Permalink
use right version in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
buschco committed Mar 12, 2024
1 parent 72ae35e commit 75cd0e1
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 75cd0e1

Please sign in to comment.