Explorar o código

Update README.md

Update cocoapod install to be compatible with cocoapod 1.x as it now requires a concrete target.
Luis Ferro %!s(int64=9) %!d(string=hai) anos
pai
achega
71831b1253
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      README.md

+ 3 - 1
README.md

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