[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / c / 6 / JGSourceBase / 0.1.0 / JGSourceBase.podspec.json
blobbecd5a76896248527ada470f6d4c6faaa9a06047
2   "name": "JGSourceBase",
3   "version": "0.1.0",
4   "summary": "JGSourceCode 通用定义、功能模块",
5   "description": "JGSourceCode 通用定义、功能模块\n\n功能包括:\n1、通用日志控制模式\n2、通用重用标示快速定义\n3、Block循环引用常用定义weak、strong快捷处理",
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": "0.1.0"
14   },
15   "authors": [
16     {
17       "等你8023": "945835664@qq.com"
18     },
19     {
20       "git": "https://github.com/dengni8023/JGSourceBase.git",
21       "tag": "0.1.0"
22     }
23   ],
24   "platforms": {
25     "ios": "8.0"
26   },
27   "source_files": "JGSourceBase/*.{h,m}",
28   "public_header_files": "JGSourceBase/*.h",
29   "requires_arc": true,
30   "default_subspecs": "Common",
31   "subspecs": [
32     {
33       "name": "Common",
34       "source_files": "JGSourceBase/Common/*.{h,m}",
35       "public_header_files": "JGSourceBase/Common/*.h",
36       "xcconfig": {
37         "OTHER_LDFLAGS": "$(inherited) -ObjC"
38       }
39     },
40     {
41       "name": "NSObject",
42       "source_files": "JGSourceBase/NSObject/*.{h,m}",
43       "public_header_files": "JGSourceBase/NSObject/*.h",
44       "libraries": "objc",
45       "xcconfig": {
46         "OTHER_LDFLAGS": "$(inherited) -ObjC",
47         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGSC_NSObject"
48       }
49     }
50   ]