blob: b3e3855bd4f50432684c10dc4d43cfabc9246a52 [file] [log] [blame]
{
"name": "SamplePOD",
"version": "0.1.1",
"summary": "Demo for POD",
"description": "Demo project for the POD creationa and upload to github.",
"homepage": "https://github.com/Manikandan707/SamplePOD",
"license": "MIT",
"authors": {
"Mani": "manikandan707@gmail.com"
},
"source": {
"git": "https://github.com/Manikandan707/SamplePOD.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SamplePOD": [
"Pod/Assets/*.png"
]
}
}