We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c7702 commit 5d6ab35Copy full SHA for 5d6ab35
1 file changed
README.md
@@ -14,6 +14,12 @@ Check out the example Shine app above for help getting started.
14
15
Shine SDK requires iOS 7.1+
16
17
+###Cocoapods Installation###
18
+Shine can be installed using [Cocoapods](http://cocoapods.org). Simple add the following to your Podfile and run _pod install_.
19
+```bash
20
+
21
+pod 'Shine', '~>1.0'
22
+```
23
24
###Manual Installation###
25
0 commit comments