Skip to content

Commit

Permalink
Update podspec for version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Toine Heuvelmans committed Mar 15, 2017
1 parent 98f68ce commit 318df26
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions Transition.podspec
Original file line number Diff line number Diff line change
@@ -1,18 +1,8 @@
#
# Be sure to run `pod lib lint Transition.podspec' to ensure this is a
# valid spec before submitting.

Pod::Spec.new do |s|
s.name = 'Transition'
s.version = '0.1.0'
s.version = '1.0.0'
s.summary = 'Easy interactive interruptible custom ViewController transitions.'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
# * Try to keep it short, snappy and to the point.
# * Write the description between the DESC delimiters below.
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
Transition makes building interactive interruptible custom view controller transitions easy! You just define the animation and interaction, Transition ties it all together.
DESC
Expand Down

0 comments on commit 318df26

Please sign in to comment.