Просмотр исходного кода

Merge pull request #386 from broccolii/patch-1

Update README.md
Wei Wang 9 лет назад
Родитель
Сommit
86ae54d1b7
1 измененных файлов с 10 добавлено и 0 удалено
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -73,7 +73,17 @@ use_frameworks!
 
 pod 'Kingfisher', '~> 2.4'
 ```
+If your CocoaPods Version > 1.0.0, you needs add Target name like this:
 
+```ruby
+source 'https://github.com/CocoaPods/Specs.git'
+platform :ios, '8.0'
+use_frameworks!
+
+target ‘<Your Target Name>’ do
+    pod 'Kingfisher', '~> 2.4'
+end
+```
 Then, run the following command:
 
 ``` bash