We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dce31a commit 2818934Copy full SHA for 2818934
JDAnimationKit.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "JDAnimationKit"
3
-s.version = "1.0.1"
+s.version = "1.1"
4
s.summary = "You can animate your UI withe less lines of code"
5
s.description = 'JDAnimationKit is designed to be extremely easy to use. You can animate your UI withe less lines of code'
6
s.homepage = 'https://github.com/JellyDevelopment/JDAnimationKit'
@@ -16,4 +16,4 @@ s.source_files = 'Pod/Classes/**/*'
16
17
s.frameworks = 'UIKit'
18
s.dependency 'pop', '~> 1.0'
19
-end
+end
0 commit comments