Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f7da0a11a0 | |||
| 31c3ec2510 |
+1
-1
@@ -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'
|
||||
|
||||
@@ -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
|
||||

|
||||
Progress indicators which animate indefinately are `Indeterminate Progress` Views.
|
||||
|
||||
This are the InDeterminate Progress Indicators.
|
||||
This are the set of Indeterminate Progress Indicators.
|
||||
|
||||
## CircularSnail
|
||||

|
||||
@@ -62,7 +62,7 @@ This are the InDeterminate Progress Indicators.
|
||||

|
||||
|
||||
# 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
|
||||

|
||||
|
||||
Reference in New Issue
Block a user