[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 6 / JGSourceBase / 1.0.0 / JGSourceBase.podspec.json
blobab42caa8502dbfabf30a68cbc5368e4547781e1f
2   "name": "JGSourceBase",
3   "version": "1.0.0",
4   "summary": "JGSourceCode 通用定义、功能模块。iOS项目常用功能,系统UIAlertController便捷方法封装(原项目:JGActionSheetAlert/JGAlertController),Reachability网络状态监听(原项目:JGNetworkReachability),Loading HUD显示,Toast显示。",
5   "description": "JGSourceCode 通用定义、功能模块。iOS项目常用功能,系统UIAlertController便捷方法封装(原项目:JGActionSheetAlert/JGAlertController),Reachability网络状态监听(原项目:JGNetworkReachability),Loading HUD显示,Toast显示。\n\n功能包括:\n\n    Base\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\n        原项目:JGActionSheetAlert => https://github.com/dengni8023/JGActionSheetAlert.git\n        原项目:JGAlertController => https://github.com/dengni8023/JGAlertController.git\n        1、UIAlertController便捷方法封装\n    \n    Reachability\n        原项目:JGNetworkReachability => https://github.com/dengni8023/JGNetworkReachability.git\n        1、网络状态获取、监听,支持多监听者\n        \n    LoadingHUD\n        1、显示Loading HUD方法封装\n        \n    Toast\n        1、显示Toast",
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.0"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/dengni8023/JGSourceBase.git",
21       "tag": "1.0.0"
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": "JGSourceBase/Base/*.{h,m}",
35       "public_header_files": "JGSourceBase/Base/*.h",
36       "frameworks": [
37         "Foundation",
38         "UIKit"
39       ],
40       "xcconfig": {
41         "OTHER_LDFLAGS": "$(inherited) -ObjC"
42       }
43     },
44     {
45       "name": "AlertController",
46       "source_files": "JGSourceBase/AlertController/*.{h,m}",
47       "public_header_files": "JGSourceBase/AlertController/*.h",
48       "frameworks": [
49         "Foundation",
50         "UIKit"
51       ],
52       "dependencies": {
53         "JGSourceBase/Base": [
55         ]
56       },
57       "xcconfig": {
58         "OTHER_LDFLAGS": "$(inherited) -ObjC",
59         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_AlertController"
60       }
61     },
62     {
63       "name": "Reachability",
64       "source_files": "JGSourceBase/Reachability/*.{h,m}",
65       "public_header_files": "JGSourceBase/Reachability/*.h",
66       "frameworks": [
67         "Foundation",
68         "SystemConfiguration",
69         "CoreTelephony"
70       ],
71       "dependencies": {
72         "JGSourceBase/Base": [
74         ]
75       },
76       "xcconfig": {
77         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_Reachability"
78       }
79     },
80     {
81       "name": "Toast",
82       "source_files": "JGSourceBase/Toast/*.{h,m}",
83       "public_header_files": "JGSourceBase/Toast/*.h",
84       "frameworks": [
85         "Foundation",
86         "UIKit"
87       ],
88       "dependencies": {
89         "MBProgressHUD": [
90           "~> 1.1.0"
91         ]
92       },
93       "xcconfig": {
94         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_Toast"
95       }
96     },
97     {
98       "name": "LoadingHUD",
99       "source_files": "JGSourceBase/LoadingHUD/*.{h,m}",
100       "public_header_files": "JGSourceBase/LoadingHUD/*.h",
101       "frameworks": [
102         "Foundation",
103         "UIKit"
104       ],
105       "dependencies": {
106         "MBProgressHUD": [
107           "~> 1.1.0"
108         ],
109         "JGSourceBase/Base": [
111         ]
112       },
113       "xcconfig": {
114         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGS_LoadingHUD"
115       }
116     }
117   ]