blob: 7a4872400e49f440906455ec1ed933ed39638f3e [file] [log] [blame]
{
"name": "Demo1",
"version": "0.2.0",
"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.2.0"
},
"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}"
}
]
}