blob: a25a5c6a35fb3832a0e55326e89d4ca6e3a263a0 [file] [log] [blame]
{
"name": "DoricFs",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "iOS/Pod/Classes/**/*",
"public_header_files": "iOS/Pod/Classes/**/*.h",
"dependencies": {
"DoricCore": [
]
}
}