Skip to content

Commit 318df26

Browse files
author
Toine Heuvelmans
committed
Update podspec for version 1.0.0
1 parent 98f68ce commit 318df26

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

Transition.podspec

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,8 @@
1-
#
2-
# Be sure to run `pod lib lint Transition.podspec' to ensure this is a
3-
# valid spec before submitting.
4-
51
Pod::Spec.new do |s|
62
s.name = 'Transition'
7-
s.version = '0.1.0'
3+
s.version = '1.0.0'
84
s.summary = 'Easy interactive interruptible custom ViewController transitions.'
95

10-
# This description is used to generate tags and improve search results.
11-
# * Think: What does it do? Why did you write it? What is the focus?
12-
# * Try to keep it short, snappy and to the point.
13-
# * Write the description between the DESC delimiters below.
14-
# * Finally, don't worry about the indent, CocoaPods strips it!
15-
166
s.description = <<-DESC
177
Transition makes building interactive interruptible custom view controller transitions easy! You just define the animation and interaction, Transition ties it all together.
188
DESC

0 commit comments

Comments
 (0)