[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / 5 / 4 / DoricFs / 0.2.4 / DoricFs.podspec.json
blobef7873b81a04b5405d470436abe3130094501f19
2   "name": "DoricFs",
3   "version": "0.2.4",
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.4"
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   }