blob: 74572162326a4120e3002fb25ff76ea05177063a [file] [log] [blame]
{
"name": "hellopod",
"version": "1.0",
"summary": "Hello I am yangyudong",
"description": "this is a pod create demo",
"homepage": "https://github.com/jfdream/hellopod",
"license": "MIT",
"authors": {
"jfdreamyang": "jfdream1992@126.com"
},
"source": {
"git": "https://github.com/jfdream/hellopod.git",
"tag": "1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"hellopod": [
"Pod/Assets/*.png"
]
}
}