Skip to content

Commit

Permalink
Merge pull request #30 from AlexSeverinov/master
Browse files Browse the repository at this point in the history
Updated `Alamofire` dependency in podspec
  • Loading branch information
tristanhimmelman committed Sep 22, 2015
2 parents a9bf462 + 5155511 commit dc519d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ s.watchos.deployment_target = '2.0'

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 dc519d9

Please sign in to comment.