Skip to content

Commit

Permalink
fixed error in pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Sep 24, 2015
1 parent 51bb985 commit d8da185
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 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 = "1.0"
s.version = "0.9"
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 @@ -14,7 +14,6 @@ Pod::Spec.new do |s|

s.requires_arc = 'true'
s.source_files = 'AlamofireObjectMapper/**/*.swift'
s.dependency 'Alamofire', ~> 2.0.0'
s.dependency 'Alamofire', '~> 2.0.0'
s.dependency 'ObjectMapper', '0.17'

end

0 comments on commit d8da185

Please sign in to comment.