blob: 812a6e2bc31f5af40cd9a79f97364a456f220272 [file] [log] [blame]
{
"name": "DoricCore",
"version": "0.3.22",
"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.22"
},
"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": [
]
}
}