Skip to content

Commit

Permalink
updated pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Sep 24, 2015
1 parent bc31f8f commit 51bb985
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AlamofireObjectMapper"
s.version = "0.9"
s.version = "1.0"
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper"
s.homepage = "https://github.com/tristanhimmelman/AlamofireObjectMapper"
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.9'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '2.0'

s.requires_arc = 'true'
s.source_files = 'AlamofireObjectMapper/**/*.swift'
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "Alamofire/Alamofire" "2.0.0"
github "Alamofire/Alamofire" "2.0.2"
github "Hearst-DD/ObjectMapper" "0.17"

0 comments on commit 51bb985

Please sign in to comment.