blob: 076ab3bfd6206ca03c5a1d593de8cb6a977e8d41 [file] [log] [blame]
{
"name": "swift-magic",
"version": "0.5.4",
"summary": "A Swift wrapper for libmagic",
"description": "swift-magic is a Swift interface to the libmagic file type identification library. libmagic identifies file types by checking their headers according to a predefined list of file types. This functionality is exposed to the command line by the Unix command `file`.\n```",
"homepage": "https://github.com/kishikawakatsumi/swift-magic",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"kishikawa katsumi": "kishikawakatsumi@mac.com"
},
"requires_arc": true,
"source": {
"git": "https://github.com/kishikawakatsumi/swift-magic.git",
"tag": "v0.5.4"
},
"source_files": "Magic/**/*.{h,swift}",
"resources": "Vendor/magic/share/misc/magic.mgc",
"module_name": "Magic",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"pod_target_xcconfig": {
"APPLICATION_EXTENSION_API_ONLY": "YES",
"SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/swift-magic/Vendor",
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/swift-magic/Vendor/magic/include\"",
"LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/swift-magic/Vendor/magic/lib\""
},
"preserve_paths": [
"Vendor"
]
}