blob: 12b2d053fcbb81a528a243dd7de9f76e73a8178a [file] [log] [blame]
{
"name": "ZCPod",
"version": "1.0.0",
"summary": "QMUI ZCPod",
"description": "A short description of ZCPod for QMUI",
"homepage": "http://baidu.com/",
"license": "MIT",
"authors": {
"zhoon": "zhoonchen@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/zhoon/ZCPod.git",
"tag": "1.0.0"
},
"source_files": [
"ZCPod",
"ZCPod/**/*.{h,m}"
],
"exclude_files": "ZCPod/*",
"frameworks": [
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true
}