We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7d9258 commit 5d58ce9Copy full SHA for 5d58ce9
README.md
@@ -16,10 +16,20 @@ it, simply add the following line to your Podfile:
16
pod "CloudBoost"
17
```
18
19
+install by:
20
+```ruby
21
+pod install
22
+```
23
+
24
+close currently open project and open the project in .xcworkspace
25
26
+add CloudBoost to your project
27
+<img width="1512" alt="screen shot 2016-05-11 at 2 04 26 pm" src="https://cloud.githubusercontent.com/assets/10333542/15174904/78a1385a-1781-11e6-91b5-b5440ddd29a5.png">
28
29
30
# Usage:
31
-Build the framework and add it to your app
32
+import CloudBoost in your swift file
33
```Swift
34
import CloudBoost
35
0 commit comments