From fab1fdaf9f9c131be6f21a8bdfd4934472a9fa03 Mon Sep 17 00:00:00 2001 From: Andrew Hart Date: Sun, 13 Jul 2014 14:44:20 -0400 Subject: [PATCH 1/2] updates podspec to 1.0.3 --- PCHTTP.podspec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/PCHTTP.podspec b/PCHTTP.podspec index 92aa8c4..1e2e8ba 100644 --- a/PCHTTP.podspec +++ b/PCHTTP.podspec @@ -1,7 +1,7 @@ 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" @@ -11,7 +11,8 @@ Pod::Spec.new do |s| 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" @@ -21,7 +22,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/pcperini/PCHTTP.git", - :tag => "v1.0.2" + :tag => "v1.0.3" } s.source_files = 'PCHTTP/*.{h,m}' From fc2e3fe701fcbd0d48aa9ab801ba3fba743e10aa Mon Sep 17 00:00:00 2001 From: Andrew Hart Date: Sun, 13 Jul 2014 15:03:20 -0400 Subject: [PATCH 2/2] fixed podspec --- PCHTTP.podspec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/PCHTTP.podspec b/PCHTTP.podspec index 1e2e8ba..690f247 100644 --- a/PCHTTP.podspec +++ b/PCHTTP.podspec @@ -4,8 +4,7 @@ Pod::Spec.new do |s| 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' } @@ -21,7 +20,7 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.6' s.source = { - :git => "https://github.com/pcperini/PCHTTP.git", + :git => "https://github.com/megabits/PCHTTP.git", :tag => "v1.0.3" }