blob: fa66b288d168c53fc09cc025fe3d4499d3ec5833 [file] [log] [blame]
{
"name": "Foundry",
"version": "0.1.1",
"summary": "A library for creating test objects in Objective-C.",
"homepage": "https://github.com/smyrgl/Foundry",
"license": "MIT",
"authors": {
"John Tumminaro": "john@tinylittlegears.com"
},
"source": {
"git": "https://github.com/smyrgl/Foundry.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes",
"ios": {
"exclude_files": "Classes/Private"
},
"osx": {
"exclude_files": "Classes/Private"
},
"public_header_files": "Classes/*.h",
"frameworks": "Foundation",
"dependencies": {
"Gizou": [
]
}
}