diff --git a/PCHTTP.podspec b/PCHTTP.podspec index 92aa8c4..690f247 100644 --- a/PCHTTP.podspec +++ b/PCHTTP.podspec @@ -1,17 +1,17 @@ Pod::Spec.new do |s| s.name = "PCHTTP" - s.version = "1.0.2" + s.version = "1.0.3" s.summary = "PCHTTP - A Simple Cocoa HTTP Client" - s.homepage = "https://github.com/pcperini/PCHTTP" - # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" + s.homepage = "https://github.com/megabits/PCHTTP" s.license = { :type => 'CCA', :file => 'LICENSE.md' } s.authors = { "Patrick Perini" => "pcperini@gmail.com", - "Jim Cervone" => "jimcervone@gmail.com" + "Jim Cervone" => "jimcervone@gmail.com", + "Andrew Hart" => "Andrew@ProjectDent.com" } # s.author = 'Patrick Perini', 'other author' # s.social_media_url = "http://twitter.com/Patrick Perini" @@ -20,8 +20,8 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.6' s.source = { - :git => "https://github.com/pcperini/PCHTTP.git", - :tag => "v1.0.2" + :git => "https://github.com/megabits/PCHTTP.git", + :tag => "v1.0.3" } s.source_files = 'PCHTTP/*.{h,m}'