Skip to content

Commit

Permalink
Merge pull request #73 from AFcgi/master
Browse files Browse the repository at this point in the history
Adjust pod spec dependency for better version support of Alamofire
  • Loading branch information
tristanhimmelman committed Feb 11, 2016
2 parents cdb942f + 07e0050 commit 56744f4
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 @@ -15,6 +15,6 @@ Pod::Spec.new do |s|

s.requires_arc = 'true'
s.source_files = 'AlamofireObjectMapper/**/*.swift'
s.dependency 'Alamofire', '~> 3.1.0'
s.dependency 'Alamofire', '~> 3.2'
s.dependency 'ObjectMapper', '~> 1.0'
end

0 comments on commit 56744f4

Please sign in to comment.