From fe222248c160c88f66c0448c9cd07fba20d8a6a6 Mon Sep 17 00:00:00 2001 From: Giuseppe Nucifora Date: Thu, 28 Jan 2016 18:04:12 +0100 Subject: [PATCH] no message --- TouchableScrollView.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TouchableScrollView.podspec b/TouchableScrollView.podspec index f28ce0a..fbc530a 100644 --- a/TouchableScrollView.podspec +++ b/TouchableScrollView.podspec @@ -18,11 +18,11 @@ s.summary = "TouchableScrollView is a simple subclass of UIScrollView t # * Finally, don't worry about the indent, CocoaPods strips it! #s.description = <<-DESC DESC -s.homepage = "https://github.com//TouchableScrollView" +s.homepage = "https://github.com/giuseppenucifora/TouchableScrollView" # s.screenshots = "www.example.com/screenshots_1", "www.example.com/screenshots_2" s.license = 'MIT' s.author = { "Giuseppe Nucifora" => "me@giuseppenucifora.com" } -s.source = { :git => "https://github.com//TouchableScrollView.git", :tag => s.version.to_s } +s.source = { :git => "https://github.com/giuseppenucifora/TouchableScrollView.git", :tag => s.version.to_s } # s.social_media_url = 'https://twitter.com/' s.platform = :ios, '7.0'