blob: b0f4651111ce0a6cb3c4cb973ab35326465b3fa3 [file] [log] [blame]
{
"name": "myLib1",
"version": "0.1.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/myLib1",
"license": "MIT",
"authors": {
"Quan Nguyen Van": "quannv.tm@gmail.com"
},
"source": {
"git": "https://github.com/quannguyen90/myLib1.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.{h,m}",
"resource_bundles": {
"myLib1": [
"Pod/Assets/*.png"
]
}
}