From 6ef2dd01c33e7aa995df10d85945e33d557fcc31 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Wed, 11 Jan 2017 01:30:25 +0100 Subject: [PATCH] no message --- PNObject.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PNObject.podspec b/PNObject.podspec index da82ae3..eebe5d7 100644 --- a/PNObject.podspec +++ b/PNObject.podspec @@ -14,11 +14,11 @@ s.summary = 'PNObject is a simple replica of the more complex ParseObje #s.description = <<-DESC TODO: Add long description of the pod here. DESC -s.homepage = "https://git.giuseppenucifora.com/giuseppenucifora/PNObject" +s.homepage = "https://github.com/giuseppenucifora/PNObject" # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Giuseppe Nucifora' => 'me@giuseppenucifora.com' } -s.source = { :git => "https://git.giuseppenucifora.com/giuseppenucifora/PNObject.git", :tag => s.version.to_s } +s.source = { :git => "https://github.com/giuseppenucifora/PNObject.git", :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.ios.deployment_target = '8.0'