Skip to content

Commit 505913e

Browse files
authored
Update README.md
1 parent 6d4cff6 commit 505913e

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,17 @@ TinyCrayon SDK is available via CocoaPods. If you're new to CocoaPods, this [Get
3333

3434
**Important:** Please make sure that you have a CocoaPods version >= 0.39.0 installed. You can check your version of CocoaPods with `pod --version`.
3535

36-
Here's what you have to add to your `Podfile`:
36+
Here's what you have to add to your `Podfile` (if you do not have `Podfile`, create one in your project root directory):
3737

3838
```
39-
use_frameworks!
40-
41-
pod 'TinyCrayon'
39+
target 'MyApp' do
40+
pod 'TinyCrayon'
41+
end
4242
```
4343

44-
Then run `pod install`.
44+
Then run `pod install` in your project root directory (same directory as your `Podfile`).
45+
46+
Open MyApp.xcworkspace and build.
4547

4648
### Manually, using the SDK download
4749
If you don't want to use Cocoapods you can still take advantage of the TinyCrayon SDK by importing the frameworks directly.

0 commit comments

Comments
 (0)