Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanhimmelman committed May 1, 2015
1 parent 80ea773 commit 8aeb8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AlamofireObjectMapper.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.name = "AlamofireObjectMapper"
s.version = "0.1"
s.license = { :type => "MIT", :file => "LICENSE" }
s.summary = "An extension to Alamofire which converts responses into objects using ObjectMapper"
s.summary = "An extension to Alamofire which automatically converts JSON response data into swift objects using ObjectMapper"
s.homepage = "https://github.com/tristanhimmelman/AlamofireObjectMapper"
s.author = { "Tristan Himmelman" => "[email protected]" }
s.source = { :git => 'https://github.com/tristanhimmelman/AlamofireObjectMapper.git', :tag => s.version.to_s }
Expand All @@ -15,4 +15,4 @@ Pod::Spec.new do |s|
s.dependency 'Alamofire', '~> 1.2'
s.dependency 'ObjectMapper', '~> 0.10'

end
end

0 comments on commit 8aeb8c0

Please sign in to comment.