2 Commits

Author SHA1 Message Date
Kaunteya Suryawanshi f7da0a11a0 Updated podspec 2015-10-08 12:49:13 +05:30
Kaunteya Suryawanshi 31c3ec2510 Updated 2015-10-08 12:47:48 +05:30
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'ProgressKit'
spec.version = '0.2.0'
spec.version = '0.3.0'
spec.license = 'MIT'
spec.summary = 'Animated ProgressViews for OSX'
spec.homepage = 'https://github.com/kaunteya/ProgressKit'
+3 -3
View File
@@ -18,7 +18,7 @@ You can now make spinners, progress bar, crawlers etc, which nicely gets integra
# Installation
##CocoaPods
[CocoaPods 0.36](http://cocoapods.org) adds supports for Swift and embedded frameworks.
[CocoaPods](http://cocoapods.org) adds supports for Swift and embedded frameworks.
To integrate ProgressKit into your Xcode project using CocoaPods, specify it in your `Podfile`:
@@ -50,7 +50,7 @@ $ pod install
![Indeterminate](/Images/indeterminate.gif)
Progress indicators which animate indefinately are `Indeterminate Progress` Views.
This are the InDeterminate Progress Indicators.
This are the set of Indeterminate Progress Indicators.
## CircularSnail
![CircularSnail](/Images/CircularSnail.gif)
@@ -62,7 +62,7 @@ This are the InDeterminate Progress Indicators.
![Spinner](/Images/Spinner.gif)
# Determinate Progress
Determinate progress views can be used for tasks whos progress can be seen and determined gradually.
Determinate progress views can be used for tasks whos progress can be seen and determined.
## Circular Progress
![Circular Progress](/Images/CircularProgress.png)