Skip to content

Commit

Permalink
Update pod spec for GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
Toine Heuvelmans committed Mar 13, 2017
1 parent 4c2dd43 commit beceb98
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Transition.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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'
Expand Down

0 comments on commit beceb98

Please sign in to comment.