blob: 04a804d6fa61794caf9ed79d4210e96e52926278 [file] [log] [blame]
{
"name": "DoricCore",
"version": "0.3.23",
"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.23"
},
"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": [
]
}
}