Skip to content

Commit

Permalink
Update framework version
Browse files Browse the repository at this point in the history
  • Loading branch information
krstnfx committed Oct 19, 2015
1 parent d36f05d commit f196d68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INTULocationManager.podspec
@@ -1,10 +1,10 @@
Pod::Spec.new do |s|
s.name = "INTULocationManager"
s.version = "4.1.0"
s.version = "4.1.1"
s.homepage = "https://github.com/intuit/LocationManager"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Tyler Fox" => "tyler_fox@intuit.com" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.1.0" }
s.source = { :git => "https://github.com/intuit/LocationManager.git", :tag => "v4.1.1" }
s.source_files = 'LocationManager/INTULocationManager'
s.platform = :ios
s.ios.deployment_target = '6.0'
Expand Down
2 changes: 1 addition & 1 deletion LocationManager/LocationManagerFramework/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>4.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f196d68

Please sign in to comment.