From beceb98a76f44e7cf15904a716bb9a56e32d582e Mon Sep 17 00:00:00 2001 From: Toine Heuvelmans Date: Mon, 13 Mar 2017 17:09:15 +0100 Subject: [PATCH] Update pod spec for GitHub --- Transition.podspec | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Transition.podspec b/Transition.podspec index 605c401..9cbc05b 100644 --- a/Transition.podspec +++ b/Transition.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'Transition' - s.version = '0.0.1' + s.version = '0.1.0' s.summary = 'Easy interactive interruptible custom ViewController transitions.' # This description is used to generate tags and improve search results. @@ -17,12 +17,11 @@ Pod::Spec.new do |s| Transition makes building interactive interruptible custom view controller transitions easy! You just define the animation and interaction, Transition ties it all together. DESC - s.homepage = 'https://gitlab.touchwonders.com/touchwonders/Transition' - # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2' + s.homepage = 'https://github.com/Touchwonders/Transition' s.license = { :type => 'MIT', :file => 'LICENSE' } s.authors = { "Toine Heuvelmans" => "toine@touchwonders.com", "Robert-Hein Hooijmans" => "robert-hein@touchwonders.com" } s.social_media_url = "https://twitter.com/touchwonders" - s.source = { :git => 'https://gitlab.touchwonders.com/touchwonders/Transition.git', :tag => s.version.to_s } + s.source = { :git => 'https://github.com/Touchwonders/Transition.git', :tag => s.version.to_s } s.ios.deployment_target = '10.0' s.platform = :ios, '10.0'