[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 6 / 2 / c / MagicKit-BionBilateral / 0.0.3 / MagicKit-BionBilateral.podspec.json
blobee2f87a0254579ae9bf6e3ce301c9914e610cf26
2   "name": "MagicKit-BionBilateral",
3   "module_name": "MagicKit",
4   "version": "0.0.3",
5   "license": "MIT",
6   "summary": "Fork of MagicKit with fixes for errors and warnings present in later versions of Clang",
7   "homepage": "https://github.com/BionBilateral/MagicKit",
8   "authors": {
9     "William Towe": "will@bionbilateral.com"
10   },
11   "source": {
12     "git": "https://github.com/BionBilateral/MagicKit.git",
13     "tag": "0.0.3"
14   },
15   "platforms": {
16     "ios": "5.0",
17     "osx": "10.7"
18   },
19   "resources": "magic.mgc",
20   "source_files": [
21     "libmagic/*.{h,c}",
22     "*.{h,m}"
23   ],
24   "exclude_files": [
25     "libmagic/strlcpy.c",
26     "libmagic/strlcat.c"
27   ],
28   "requires_arc": false,
29   "ios": {
30     "frameworks": [
31       "Foundation",
32       "MobileCoreServices"
33     ]
34   },
35   "osx": {
36     "frameworks": [
37       "Foundation",
38       "CoreServices"
39     ]
40   },
41   "libraries": "z",
42   "xcconfig": {
43     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) HAVE_CONFIG_H=1"
44   }