blob: 1a9b4b13d14a2f95c0767251ace5e3bf20862718 [file] [log] [blame]
{
"name": "Demo1",
"version": "0.1.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/Demo1/*.{h,m.xib}",
"resource_bundles": {
"Demo1": [
"Pod/Assets/*.png"
]
},
"subspecs": [
{
"name": "Demo1.1",
"source_files": "Pod/Classes/Demo1/Demo1.1/*.{h,m,xib}"
}
]
}