blob: c8f2af47e2f81ec53114dd8a86ceb9bb1afd305c [file] [log] [blame]
{
"name": "CmallSDK",
"version": "0.0.1",
"summary": "A short description of CmallSDK.",
"description": "TODO: Add long description of the pod here.",
"homepage": "git@git.cmall.com:cmall/CmallPodSDK.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Moyun": "moyunmo@hotmail.com"
},
"source": {
"git": "git@git.cmall.com:cmall/CmallPodSDK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CmallSDK/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"resources": "CmallSDK/CMSDKResouce.bundle",
"ios": {
"vendored_libraries": "CmallSDK/*.a"
},
"libraries": [
"z",
"resolv"
],
"dependencies": {
"Qiniu": [
"~> 7.0.19.1"
],
"ZipArchive": [
"~> 1.4.0"
]
}
}