[Add] ReerRouter 2.2.0
[CocoaPods.git] / Specs / 1 / c / 6 / JGSourceBase / 1.0.1 / JGSourceBase.podspec.json
blobd293d35db2ea0e6b5f179a2ccb441a1f2b45e59c
2   "name": "JGSourceBase",
3   "version": "1.0.1",
4   "summary": "JGSourceCode 通用定义、功能模块。iOS项目常用功能,UIAlertController、Reachability、Loading-HUD、Toast-HUD便捷方法封装。",
5   "description": "JGSourceCode 通用定义、功能模块。iOS项目常用功能、UIAlertController、Reachability、HUD(Loading、Toast)便捷方法封装。\n\n功能包括:\n\n    Base - 通用定义、功能模块、iOS项目常用功能\n        1、常用宏定义、常用警告消除、SwizzledMethod的严谨实现\n        2、通用日志控制功能\n        3、字符串、URL常用方法\n        4、Block循环引用常用定义weak、strong快捷处理\n        5、NSDictionary便捷取指定类型值方法\n        6、NSJSONSerialization便捷方法封装\n        7、UIColor便捷方法封装\n    \n    AlertController - 系统UIAlertController便捷方法封装(原项目:JGActionSheetAlert/JGAlertController)\n        原项目:JGActionSheetAlert => https://github.com/dengni8023/JGActionSheetAlert.git\n        原项目:JGAlertController => https://github.com/dengni8023/JGAlertController.git\n        1、UIAlertController便捷方法封装\n    \n    Reachability - 网络状态监听(原项目:JGNetworkReachability)\n        原项目:JGNetworkReachability => https://github.com/dengni8023/JGNetworkReachability.git\n        1、网络状态获取、监听,支持多监听者\n        \n    HUD显示 - Loading-HUD、Toast-HUD显示\n        1、显示Loading HUD方法封装\n        2、显示Toast HUD方法封装",
6   "homepage": "https://github.com/dengni8023/JGSourceBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "source": {
12     "git": "https://github.com/dengni8023/JGSourceBase.git",
13     "tag": "1.0.1"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/dengni8023/JGSourceBase.git",
21       "tag": "1.0.1"
22     }
23   ],
24   "platforms": {
25     "ios": "9.0"
26   },
27   "source_files": "JGSourceBase/*.{h,m}",
28   "public_header_files": "JGSourceBase/*.h",
29   "default_subspecs": "Base",
30   "requires_arc": true,
31   "subspecs": [
32     {
33       "name": "Base",
34       "source_files": [
35         "JGSourceBase/Base/*.{h,m}",
36         "JGSourceBase/AlertController/*.{h,m}"
37       ],
38       "public_header_files": [
39         "JGSourceBase/Base/*.h",
40         "JGSourceBase/AlertController/*.h"
41       ],
42       "frameworks": [
43         "Foundation",
44         "UIKit",
45         "CoreGraphics"
46       ],
47       "xcconfig": {
48         "OTHER_LDFLAGS": "$(inherited) -ObjC"
49       }
50     },
51     {
52       "name": "Reachability",
53       "source_files": "JGSourceBase/Reachability/*.{h,m}",
54       "public_header_files": "JGSourceBase/Reachability/*.h",
55       "frameworks": [
56         "Foundation",
57         "SystemConfiguration",
58         "CoreTelephony"
59       ],
60       "dependencies": {
61         "JGSourceBase/Base": [
63         ]
64       },
65       "xcconfig": {
66         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_Reachability"
67       }
68     },
69     {
70       "name": "HUD",
71       "source_files": [
72         "JGSourceBase/LoadingHUD/*.{h,m}",
73         "JGSourceBase/ToastHUD/*.{h,m}"
74       ],
75       "public_header_files": [
76         "JGSourceBase/LoadingHUD/*.h",
77         "JGSourceBase/ToastHUD/*.h"
78       ],
79       "frameworks": [
80         "Foundation",
81         "UIKit"
82       ],
83       "dependencies": {
84         "MBProgressHUD": [
85           "~> 1.1.0"
86         ],
87         "JGSourceBase/Base": [
89         ]
90       },
91       "xcconfig": {
92         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_HUD"
93       }
94     }
95   ]