blob: 9ea3e9f3a2a4b9e64881baf0feb1d70cd5224143 [file] [log] [blame]
{
"name": "CmallSDK",
"version": "0.1.1",
"summary": "Cmall iOS SDK",
"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.1.1"
},
"platforms": {
"ios": "7.0"
},
"source_files": "CmallSDK/*.h",
"frameworks": [
"UIKit",
"QuartzCore"
],
"ios": {
"vendored_libraries": "CmallSDK/*.a"
},
"dependencies": {
"ZipArchive": [
"~> 1.4.0"
]
}
}