blob: ee2f87a0254579ae9bf6e3ce301c9914e610cf26 [file] [log] [blame]
{
"name": "MagicKit-BionBilateral",
"module_name": "MagicKit",
"version": "0.0.3",
"license": "MIT",
"summary": "Fork of MagicKit with fixes for errors and warnings present in later versions of Clang",
"homepage": "https://github.com/BionBilateral/MagicKit",
"authors": {
"William Towe": "will@bionbilateral.com"
},
"source": {
"git": "https://github.com/BionBilateral/MagicKit.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"resources": "magic.mgc",
"source_files": [
"libmagic/*.{h,c}",
"*.{h,m}"
],
"exclude_files": [
"libmagic/strlcpy.c",
"libmagic/strlcat.c"
],
"requires_arc": false,
"ios": {
"frameworks": [
"Foundation",
"MobileCoreServices"
]
},
"osx": {
"frameworks": [
"Foundation",
"CoreServices"
]
},
"libraries": "z",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_CONFIG_H=1"
}
}