blob: 93f31a01b9d3a650902a9cd57d011db1b3dba93a [file] [log] [blame]
{
"name": "DoricCore",
"version": "0.3.13",
"summary": "Doric iOS SDK",
"description": "Doric iOS SDK for cross platform develpment",
"homepage": "https://github.com/doric-pub/doric",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"pengfei.zhou": "pengfeizhou@foxmail.com"
},
"source": {
"git": "https://github.com/doric-pub/doric.git",
"tag": "0.3.13"
},
"platforms": {
"ios": "8.0"
},
"source_files": "doric-iOS/Pod/Classes/**/*",
"resource_bundles": {
"Doric": [
"doric-js/bundle/**/*"
]
},
"public_header_files": "doric-iOS/Pod/Classes/**/*.h",
"dependencies": {
"YYWebImage": [
],
"YYImage/WebP": [
],
"SocketRocket": [
],
"YYCache": [
]
}
}