blob: b2e08d8e516a25c66641889c9bc1ebb21e82b93e [file] [log] [blame]
{
"name": "DemoPod",
"version": "0.0.1",
"summary": "Testing cocoa pod",
"homepage": "https://github.com/dodinhsi/DemoPod",
"license": "MIT",
"authors": {
"Si Do Dinh": "sidodinh@gmail.com"
},
"source": {
"git": "https://github.com/dodinhsi/DemoPod.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/*{h,m}",
"resource_bundles": {
"DemoPod": [
"Pod/Assets/*.png"
]
}
}