[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / 5 / 4 / DoricFs / 0.2.2 / DoricFs.podspec.json
blob7b86e1328bfa0a8872319c37b4a49014e30fc5b8
2   "name": "DoricFs",
3   "version": "0.2.2",
4   "summary": "Doric extension for FS",
5   "description": "Support file system api in Doric.",
6   "homepage": "https://github.com/doric-pub",
7   "license": {
8     "type": "Apache-2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "pengfeizhou": "pengfeizhou@foxmail.com"
13   },
14   "source": {
15     "git": "https://github.com/doric-pub/DoricFs.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "iOS/Classes/**/*",
22   "resources": "dist/**/*",
23   "public_header_files": "iOS/Classes/**/*.h",
24   "dependencies": {
25     "DoricCore": [
27     ]
28   }