Skip to content

Commit

Permalink
0.1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosgriselli committed Apr 15, 2018
1 parent 55a60cf commit fe79aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EasyTransitions.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'EasyTransitions'
s.version = '0.1.0'
s.version = '0.1.1'
s.summary = 'Create beautiful transitions for your app with a predifined set of interactions.'

s.description = 'Creating transitions with a great user experience on iOS require a lot of work. Many protocols to implement, many animations to create and it usually ends up in a code mess which cannot be used in another transition or app. EasyTransitions library attempts to provide a few basic transitions in a simple way to implement and to extend so you can add incredible transitions with a few lines of code.'
Expand Down

0 comments on commit fe79aae

Please sign in to comment.