瀏覽代碼

Add pod spec instruction

wkh237 8 年之前
父節點
當前提交
97f636a78e
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      README.md

+ 7
- 0
README.md 查看文件

@@ -57,6 +57,13 @@ Link package using [rnpm](https://github.com/rnpm/rnpm)
57 57
 rnpm link
58 58
 ```
59 59
 
60
+Or if using CocoaPods, add the pod to your `Podfile`, for example:
61
+
62
+```
63
+pod 'react-native-fetch-blob,
64
+    :path => '../node_modules/react-native-fetch-blob
65
+```
66
+
60 67
 ### Manually link the package (Android)
61 68
 
62 69
 If rnpm link command failed to link the package automatically, you might try manually link the package.