blob: f3741c49bb814889a3fad46ee7346612e2d7be58 [file] [log] [blame]
{
"name": "Demo1",
"version": "0.1.3",
"summary": "A test",
"description": " An optional \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.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m.xib}",
"resource_bundles": {
"Demo1": [
"Pod/Assets/*.png"
]
},
"subspecs": [
{
"name": "Demo1.1",
"source_files": "Pod/Classes/**/**/*.{h,m,xib}"
}
]
}