blob: 12ffd9b2c92af2e4ed6f136baae617983bfa50a7 [file] [log] [blame]
{
"name": "DoricFs",
"version": "0.1.3",
"summary": "Doric extension for FS",
"description": "Support file system api in Doric.",
"homepage": "https://github.com/doric-pub",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"pengfeizhou": "pengfeizhou@foxmail.com"
},
"source": {
"git": "https://github.com/doric-pub/DoricFs.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOS/Pod/Classes/**/*",
"public_header_files": "iOS/Pod/Classes/**/*.h",
"dependencies": {
"DoricCore": [
]
}
}