Skip to content

Commit 794fe18

Browse files
committed
Update README.md
1 parent feeb6ca commit 794fe18

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,32 @@ soundEffect.setVolume(1.0) // Float 0.0-1.0
3939

4040
```
4141

42+
##CocoaPods
43+
44+
[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:
45+
46+
```bash
47+
$ gem install cocoapods
48+
```
49+
50+
> CocoaPods 0.39.0+ is required to build SoundEffect 0.0.1+.
51+
52+
To integrate Alamofire into your Xcode project using CocoaPods, specify it in your `Podfile`:
53+
54+
```ruby
55+
source 'https://github.com/CocoaPods/Specs.git'
56+
platform :ios, '8.0'
57+
use_frameworks!
58+
59+
pod 'SoundEffect', '~> 0.0.1'
60+
```
61+
62+
Then, run the following command:
63+
64+
```bash
65+
$ pod install
66+
```
67+
4268
##Related Projects:
4369

4470
###Example Swift Apps by Mark Hamilton, Dryverless

0 commit comments

Comments
 (0)