Updated podspec for Version 1.0

This commit is contained in:
Kaunteya Suryawanshi
2016-09-03 12:55:01 +05:30
parent 51ba0fc1e9
commit c2c30f62a1
+2 -2
View File
@@ -1,8 +1,8 @@
Pod::Spec.new do |spec|
spec.name = 'ProgressKit'
spec.version = '0.5.1'
spec.version = '1.0'
spec.license = 'MIT'
spec.summary = 'Animated ProgressViews for OS X'
spec.summary = 'Animated ProgressViews for macOS'
spec.homepage = 'https://github.com/kaunteya/ProgressKit'
spec.authors = { 'Kaunteya Suryawanshi' => 'k.suryawanshi@gmail.com' }
spec.source = { :git => 'https://github.com/kaunteya/ProgressKit.git', :tag => spec.version }