blob: e7bd0e56ea78b7851accc4cfb40ceed54ca587a6 [file] [log] [blame]
{
"name": "podtest-ios",
"version": "0.1.0",
"summary": "A short someshit for podtest-ios.",
"description": "A short someshit for podtest-ios....",
"homepage": "https://github.com/JeanVinge/podtest-ios",
"license": "MIT",
"authors": {
"Jean Vinge": "jean.vinge@concrete.com.br"
},
"source": {
"git": "https://github.com/JeanVinge/podtest-ios.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"podtest-ios": [
"Pod/Assets/*.png"
]
}
}