blob: f846d8eef274e41a45f10f17013ff75394b798d0 [file] [log] [blame]
{
"name": "Demo1",
"version": "0.1.0",
"summary": "A test",
"description": " An optional \n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/quannguyen90/Demo1",
"license": "MIT",
"authors": {
"Quan Nguyen Van": "quannv.tm@gmail.com"
},
"source": {
"git": "https://github.com/quannguyen90/Demo1.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"Demo1": [
"Pod/Assets/*.png"
]
}
}