Skip to content

Commit 5d58ce9

Browse files
committed
Update README.md
1 parent c7d9258 commit 5d58ce9

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,20 @@ it, simply add the following line to your Podfile:
1616
pod "CloudBoost"
1717
```
1818

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+
1929

2030
# Usage:
2131

22-
Build the framework and add it to your app
32+
import CloudBoost in your swift file
2333
```Swift
2434
import CloudBoost
2535
```

0 commit comments

Comments
 (0)