blob: fadf528c5b579133252d9fd4f91545cc4aa3e257 [file] [log] [blame]
{
"name": "DoricCore",
"version": "0.3.20",
"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.20"
},
"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": [
]
}
}