blob: 12a52148a147a11e8884bccf5db5928f8ab4f9fa [file] [log] [blame]
{
"name": "SamplePODApp",
"version": "0.1.0",
"summary": "SamplePODApp.",
"description": "Sample app for POD implementaion.",
"homepage": "https://github.com/Manikandan707/SamplePODApp",
"license": "MIT",
"authors": {
"Manikandan": "manikandan707@gmail.com"
},
"source": {
"git": "https://github.com/Manikandan707/SamplePODApp.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"SamplePODApp": [
"Pod/Assets/*.png"
]
}
}