[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / e / 9 / swift-magic / 0.5.0 / swift-magic.podspec.json
bloba7ddcfa0ed7ca43680278d39b6137ebbdcaa2307
2   "name": "swift-magic",
3   "version": "0.5.0",
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",
7   "license": {
8     "type": "BSD",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kishikawa katsumi": "kishikawakatsumi@mac.com"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/kishikawakatsumi/swift-magic.git",
17     "tag": "v0.5.0"
18   },
19   "source_files": "Magic/**/*.{h,swift}",
20   "resources": "Magic/magic.mgc",
21   "module_name": "Magic",
22   "platforms": {
23     "ios": "8.0"
24   },
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\""
31   },
32   "preserve_paths": [
33     "Vendor"
34   ]