blob: fc4559e4626cd586009d3a2dbd6c9e8d6382ae9d [file] [log] [blame]
{
"name": "YALP",
"version": "0.1.0",
"summary": "Some test pod",
"description": "This does some things.\nAnd does some other things.\n*whee*",
"homepage": "https://www.test.com",
"license": "MIT",
"authors": {
"Jamie": "jamiemc@somecompany.com"
},
"source": {
"git": "https://github.com/xrymbos/test-repo.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"my-test-pod": [
"Pod/Assets/*.png"
]
},
"deprecated": true
}