blob: f0fe88f7272493ab8126854fd1ee9db9d06edecf [file] [log] [blame]
{
"name": "HelloWorld",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"HelloWorld": [
"Pod/Assets/*.png"
]
},
"deprecated_in_favor_of": "This was the test library, so i've set a deprecation flag."
}