blob: 02285821b298340230dd4428e298bbabd10732be [file] [log] [blame]
{
"name": "FooTest",
"version": "0.0.1",
"summary": "This is a test.",
"description": "This is just a test.",
"homepage": "https://github.com/ikkentim",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tim Potze": "timpotze@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/ikkentim/FooTest.git",
"tag": "0.0.1"
},
"source_files": "include/FooTest/*.h",
"public_header_files": "include/FooTest/*.h",
"preserve_paths": "libFooTest.a",
"ios": {
"vendored_libraries": "libFooTest.a"
},
"requires_arc": true
}