|
@@ -70,7 +70,9 @@ source 'https://github.com/CocoaPods/Specs.git'
|
|
|
platform :ios, '9.0'
|
|
platform :ios, '9.0'
|
|
|
use_frameworks!
|
|
use_frameworks!
|
|
|
|
|
|
|
|
-pod 'Alamofire', '~> 3.4'
|
|
|
|
|
|
|
+target '<Your Target Name>' do
|
|
|
|
|
+ pod 'Alamofire', '~> 3.4'
|
|
|
|
|
+end
|
|
|
```
|
|
```
|
|
|
|
|
|
|
|
Then, run the following command:
|
|
Then, run the following command:
|