47 lines
888 B
JSON
47 lines
888 B
JSON
{
|
|
"name": "Doric",
|
|
"version": "0.1.0",
|
|
"summary": "A short description of Doric.",
|
|
"description": "TODO: Add long description of the pod here.",
|
|
"homepage": "https://github.com/doric-pub/doric",
|
|
"license": {
|
|
"type": "Apache-2.0",
|
|
"file": "LICENSE"
|
|
},
|
|
"authors": {
|
|
"pengfei.zhou": "pengfeizhou@foxmail.com"
|
|
},
|
|
"source": {
|
|
"git": "git@github.com:penfeizhou/doric.git",
|
|
"tag": "0.1.0"
|
|
},
|
|
"platforms": {
|
|
"ios": "8.0"
|
|
},
|
|
"source_files": "Pod/Classes/**/*",
|
|
"resources": "Pod/Assets/*.js",
|
|
"resource_bundles": {
|
|
"Doric": [
|
|
"Pod/Assets/**/*"
|
|
]
|
|
},
|
|
"public_header_files": "Pod/Classes/**/*.h",
|
|
"dependencies": {
|
|
"YYWebImage": [
|
|
"~>1.0.5"
|
|
],
|
|
"YYImage/WebP": [
|
|
|
|
],
|
|
"SocketRocket": [
|
|
"~> 0.5.1"
|
|
],
|
|
"GCDWebServer": [
|
|
"~> 3.0"
|
|
],
|
|
"YYCache": [
|
|
"~> 1.0.4"
|
|
]
|
|
}
|
|
}
|