4 "summary": "A Swift wrapper for libmagic",
5 "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```",
6 "homepage": "https://github.com/kishikawakatsumi/swift-magic",
12 "kishikawa katsumi": "kishikawakatsumi@mac.com"
16 "git": "https://github.com/kishikawakatsumi/swift-magic.git",
19 "source_files": "Magic/**/*.{h,swift}",
20 "resources": "Magic/magic.mgc",
21 "module_name": "Magic",
25 "swift_version": "4.2",
26 "pod_target_xcconfig": {
27 "APPLICATION_EXTENSION_API_ONLY": "YES",
28 "SWIFT_INCLUDE_PATHS": "${PODS_ROOT}/swift-magic/Vendor",
29 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/swift-magic/Vendor/magic/include\"",
30 "LIBRARY_SEARCH_PATHS": "\"${PODS_ROOT}/swift-magic/Vendor/magic/lib\""