[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / e / 8 / JobsGlobleDef / 1.0.2 / JobsGlobleDef.podspec.json
blobc067a8ea6d59f7f6cb48721e1728b9ac943cebc9
2   "name": "JobsGlobleDef",
3   "version": "1.0.2",
4   "summary": "JobsKit系统共用的宏定义",
5   "description": "JobsKit系统共用的宏定义,包含常见的宏定义",
6   "homepage": "https://github.com/JobsKit/JobsGlobleDef",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "alan": "alan969543491@gmail.com",
13     "Jobs": "lg295060456@vip.qq.com"
14   },
15   "social_media_url": "https://github.com/295060456",
16   "source": {
17     "git": "https://github.com/JobsKit/JobsGlobleDef.git",
18     "tag": "1.0.2"
19   },
20   "requires_arc": true,
21   "platforms": {
22     "ios": "10.0"
23   },
24   "subspecs": [
25     {
26       "name": "MacroDef",
27       "source_files": "JobsGlobleDefCore/MacroDef/**/*.{h,m}",
28       "public_header_files": "JobsGlobleDefCore/MacroDef/**/*.h",
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "OtherGlobleDef",
33       "source_files": "JobsGlobleDefCore/OtherGlobleDef/**/*.{h,m}",
34       "public_header_files": "JobsGlobleDefCore/OtherGlobleDef/**/*.h",
35       "frameworks": "UIKit"
36     },
37     {
38       "name": "NotificationManager",
39       "source_files": "JobsGlobleDefCore/NotificationManager/**/*.{h,m}",
40       "public_header_files": "JobsGlobleDefCore/NotificationManager/**/*.h",
41       "frameworks": "UIKit"
42     }
43   ]