2 "name": "JGSourceBase",
4 "summary": "JGSourceCode 通用定义、功能模块",
5 "description": "JGSourceCode 通用定义、功能模块\n\n功能包括:\n1、通用日志控制模式\n2、通用重用标示快速定义\n3、Block循环引用常用定义weak、strong快捷处理",
6 "homepage": "https://github.com/dengni8023/JGSourceBase",
12 "git": "https://github.com/dengni8023/JGSourceBase.git",
17 "等你8023": "945835664@qq.com"
20 "git": "https://github.com/dengni8023/JGSourceBase.git",
27 "source_files": "JGSourceBase/*.{h,m}",
28 "public_header_files": "JGSourceBase/*.h",
30 "default_subspecs": "Common",
34 "source_files": "JGSourceBase/Common/*.{h,m}",
35 "public_header_files": "JGSourceBase/Common/*.h",
37 "OTHER_LDFLAGS": "$(inherited) -ObjC"
42 "source_files": "JGSourceBase/NSObject/*.{h,m}",
43 "public_header_files": "JGSourceBase/NSObject/*.h",
46 "OTHER_LDFLAGS": "$(inherited) -ObjC",
47 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) JGSC_NSObject"