[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / c / e / 7 / NGiOSBase / 0.4.0 / NGiOSBase.podspec.json
blob93e4bd577f2f574fb838e27c4ce85ef7843c17b0
2   "name": "NGiOSBase",
3   "version": "0.4.0",
4   "summary": "This is base lib of NGiOSBase.",
5   "description": "This is base lib of iOS (Objective-c).\nOwned by NG.",
6   "homepage": "https://www.myit2017.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "never88gone": "hsb@myit2017.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/never88gone/NGiOSBase",
19     "tag": "0.4.0"
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     "CocoaLumberjack": [
41       "3.5.2"
42     ],
43     "JSONModel": [
44       "1.8.0"
45     ],
46     "MBProgressHUD": [
47       "1.1.0"
48     ],
49     "MagicalRecord": [
50       "2.3.2"
51     ],
52     "SDWebImage": [
53       "5.4.1"
54     ]
55   },
56   "requires_arc": true,
57   "exclude_files": "NGiOSBase/DataCache/Keychain/KeychainItemWrapper/KeychainItemWrapper.{h,m}",
58   "subspecs": [
59     {
60       "name": "no-arc",
61       "source_files": "NGiOSBase/DataCache/Keychain/KeychainItemWrapper/KeychainItemWrapper.{h,m}",
62       "requires_arc": false
63     }
64   ]