blob: e4b12f502f9e9889a73fd613e3dd1ea918d50fbc [file] [log] [blame]
{
"name": "MagicKit",
"version": "0.0.1",
"license": "MIT",
"summary": "mimeType detect",
"homepage": "https://github.com/aelam/MagicKit",
"authors": {
"Ryan Wang": "ryanwang@me.com"
},
"source": {
"git": "https://github.com/aelam/MagicKit.git",
"tag": "0.0.1"
},
"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"
}
}