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 f85bc14 commit d71ec73Copy full SHA for d71ec73
README.md
@@ -23,9 +23,9 @@ Features
23
Requirements
24
-------
25
26
-Xcode 6
27
-Swift
28
-iOS 7 +
+Xcode 8
+Swift 3.0
+iOS 8 +
29
30
Configuration
31
@@ -40,13 +40,19 @@ Configuration
40
41
CocoaPods
42
43
-Current version is 1.0.7
+Current version is 1.0.12
44
45
```
46
pod 'CircleProgressView', :git => 'https://github.com/CardinalNow/iOS-CircleProgressView.git'
47
48
49
50
+or
51
+
52
+```
53
+pod 'CircleProgressView', '~> 1.0'
54
55
56
Usage
57
58
0 commit comments