blob: 0ef1c71c9736e2c30fba707cde452da9044356b0 [file] [log] [blame]
{
"name": "HelloWorld",
"version": "0.1.0",
"summary": "A sum description for my awesome library",
"description": "A full description for my awesome library.",
"homepage": "https://github.com/shiskey/HelloWorld",
"license": "MIT",
"authors": {
"shiskey": "darkmail@bk.ru"
},
"source": {
"git": "https://github.com/shiskey/HelloWorld.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HelloWorld": [
"Pod/Assets/*.png"
]
}
}