Skip to content

Commit

Permalink
updated pod spec version
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed Jul 27, 2015
1 parent da2e22a commit 683be73
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
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|

s.name = "AlamofireObjectMapper"
s.version = "0.2"
s.version = "0.6"
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 Down

0 comments on commit 683be73

Please sign in to comment.