[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / e / 7 / NGiOSBase / 0.3.2 / NGiOSBase.podspec.json
blobaba4c4eda9fec1ddd4047561633fb10b9b9f442e
2   "name": "NGiOSBase",
3   "version": "0.3.2",
4   "summary": "This is base lib of NGiOSBase.",
5   "description": "This is base lib of iOS (Objective-c).\nOwned by NG.",
6   "homepage": "http://www.never88gone.cn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "never88gone": "86278708@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/never88gone/NGiOSBase",
19     "tag": "0.3.2"
20   },
21   "source_files": "NGiOSBase/**/*.{h,m}",
22   "public_header_files": "NGiOSBase/**/*.h",
23   "prefix_header_file": "NGiOSBase/NGiOSBase.pch",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "MobileCoreServices"
28   ],
29   "libraries": "sqlite3",
30   "user_target_xcconfig": {
31     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
32   },
33   "xcconfig": {
34     "OHTER_LINKER_FLAGS": "-OjbC"
35   },
36   "dependencies": {
37     "BlocksKit": [
38       "2.2.5"
39     ],
40     "CSStickyHeaderFlowLayout": [
41       "0.2.11"
42     ],
43     "CocoaLumberjack": [
44       "3.5.2"
45     ],
46     "FLAnimatedImage": [
47       "1.0.12"
48     ],
49     "JSONModel": [
50       "1.7.0"
51     ],
52     "MBProgressHUD": [
53       "1.1.0"
54     ],
55     "MagicalRecord": [
56       "2.3.2"
57     ],
58     "PureLayout": [
59       "3.0.2"
60     ],
61     "SDWebImage": [
62       "4.4.6"
63     ],
64     "UIView+FDCollapsibleConstraints": [
65       "1.1"
66     ]
67   },
68   "requires_arc": true,
69   "exclude_files": "NGiOSBase/DataCache/Keychain/KeychainItemWrapper/KeychainItemWrapper.{h,m}",
70   "subspecs": [
71     {
72       "name": "no-arc",
73       "source_files": "NGiOSBase/DataCache/Keychain/KeychainItemWrapper/KeychainItemWrapper.{h,m}",
74       "requires_arc": false
75     }
76   ]