[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 1 / c / 6 / JGSourceBase / 1.2.0 / JGSourceBase.podspec.json
blob60694dde5ba64e9ffba71f136708c3296172ac94
2   "name": "JGSourceBase",
3   "version": "1.2.0",
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方法封装\n        \n    SecurityKeyboard - 自定义安全键盘\n        1、字母键盘支持单字母大小写切换、选中大写\n        2、符号键盘支持与数字混合展示,支持全角、半角字符\n        3、数字键盘支持随机、非随机",
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.2.0"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/dengni8023/JGSourceBase.git",
21       "tag": "1.2.0"
22     }
23   ],
24   "platforms": {
25     "ios": "10.0"
26   },
27   "source_files": "JGSourceBase/*.{h,m}",
28   "public_header_files": "JGSourceBase/*.h",
29   "requires_arc": true,
30   "subspecs": [
31     {
32       "name": "Base",
33       "source_files": [
34         "JGSourceBase/Base/*.{h,m}"
35       ],
36       "public_header_files": [
37         "JGSourceBase/Base/*.h"
38       ],
39       "resources": [
40         "JGSourceBase/Base/Resources/*.json"
41       ],
42       "xcconfig": {
43         "OTHER_LDFLAGS": "-ObjC",
44         "GCC_PREPROCESSOR_DEFINITIONS": "JGSUserAgent='\"JGSourceBase/1.2.0\"'"
45       }
46     },
47     {
48       "name": "AlertController",
49       "source_files": [
50         "JGSourceBase/AlertController/*.{h,m}"
51       ],
52       "public_header_files": [
53         "JGSourceBase/AlertController/*.h"
54       ],
55       "dependencies": {
56         "JGSourceBase/Base": [
58         ]
59       }
60     },
61     {
62       "name": "Category",
63       "source_files": [
64         "JGSourceBase/Category/*.{h,m}"
65       ],
66       "public_header_files": [
67         "JGSourceBase/Category/*.h"
68       ],
69       "dependencies": {
70         "JGSourceBase/Base": [
72         ]
73       }
74     },
75     {
76       "name": "Reachability",
77       "source_files": "JGSourceBase/Reachability/*.{h,m}",
78       "public_header_files": "JGSourceBase/Reachability/*.h",
79       "dependencies": {
80         "JGSourceBase/Base": [
82         ]
83       },
84       "xcconfig": {
85         "GCC_PREPROCESSOR_DEFINITIONS": "JGS_Reachability"
86       }
87     },
88     {
89       "name": "HUD",
90       "source_files": [
91         "JGSourceBase/HUD/*.{h,m}"
92       ],
93       "public_header_files": [
94         "JGSourceBase/HUD/*.h"
95       ],
96       "dependencies": {
97         "MBProgressHUD": [
98           ">= 1.2.0"
99         ],
100         "JGSourceBase/Category": [
102         ]
103       },
104       "xcconfig": {
105         "GCC_PREPROCESSOR_DEFINITIONS": "JGS_HUD"
106       },
107       "subspecs": [
108         {
109           "name": "LoadingHUD",
110           "source_files": [
111             "JGSourceBase/HUD/LoadingHUD/*.{h,m}"
112           ],
113           "public_header_files": [
114             "JGSourceBase/HUD/LoadingHUD/*.h"
115           ]
116         },
117         {
118           "name": "ToastHUD",
119           "source_files": [
120             "JGSourceBase/HUD/ToastHUD/*.{h,m}"
121           ],
122           "public_header_files": [
123             "JGSourceBase/HUD/ToastHUD/*.h"
124           ]
125         }
126       ]
127     },
128     {
129       "name": "SecurityKeyboard",
130       "source_files": "JGSourceBase/SecurityKeyboard/*.{h,m}",
131       "public_header_files": "JGSourceBase/SecurityKeyboard/*.h",
132       "dependencies": {
133         "JGSourceBase/Category": [
135         ]
136       },
137       "xcconfig": {
138         "GCC_PREPROCESSOR_DEFINITIONS": "JGS_SecurityKeyboard"
139       }
140     }
141   ]