blob: 0847154502d9f12ad327d2f7806bbb9f6b144786 [file] [log] [blame]
{
"name": "Gizou",
"version": "0.1.3",
"summary": "A library for creating test data.",
"homepage": "https://github.com/smyrgl/Gizou",
"license": "MIT",
"authors": {
"John Tumminaro": "john@tinylittlegears.com"
},
"source": {
"git": "https://github.com/smyrgl/Gizou.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "6.0",
"osx": "10.7"
},
"requires_arc": true,
"source_files": "Classes/**/*.{h,m}",
"resources": "Assets/*.json",
"ios": {
"exclude_files": "Classes/osx"
},
"osx": {
"exclude_files": "Classes/ios"
},
"private_header_files": "Classes/Private/*.h",
"frameworks": "Foundation"
}