File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments