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 1092f42 commit e22685aCopy full SHA for e22685a
GraphKit.podspec
@@ -1,7 +1,7 @@
1
2
Pod::Spec.new do |s|
3
s.name = "GraphKit"
4
- s.version = "1.0.0"
+ s.version = "1.1.0"
5
s.summary = "A lightweight library of animated charts for iOS."
6
s.homepage = "https://github.com/michalkonturek/GraphKit"
7
s.license = 'MIT'
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
s.social_media_url = 'https://twitter.com/michalkonturek'
16
s.source = {
17
:git => "https://github.com/michalkonturek/GraphKit.git",
18
- :tag => "1.0.0"
+ :tag => "1.1.0"
19
}
20
21
s.source_files = 'Source/**/*.{h,m}'
0 commit comments