diff --git a/AlamofireObjectMapper.podspec b/AlamofireObjectMapper.podspec index 58a27cb..c036cd6 100644 --- a/AlamofireObjectMapper.podspec +++ b/AlamofireObjectMapper.podspec @@ -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" => "tristanhimmelman@gmail.com" } s.source = { :git => 'https://github.com/tristanhimmelman/AlamofireObjectMapper.git', :tag => s.version.to_s } @@ -15,4 +15,4 @@ Pod::Spec.new do |s| s.dependency 'Alamofire', '~> 1.2' s.dependency 'ObjectMapper', '~> 0.10' -end \ No newline at end of file +end