[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 3 / 5 / LCSettingModule / 0.1.4 / LCSettingModule.podspec.json
blobef26d2cb95951f563ccb4ec46350959e4ebf2c04
2   "name": "LCSettingModule",
3   "version": "0.1.4",
4   "summary": "setting module.Split componentized use",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/chengzhaohua/lcsetting-module.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chengzhaohua": "15620698605@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/chengzhaohua/lcsetting-module.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "LCSettingModule/Classes/**/*",
22   "resource_bundles": {
23     "LCSettingModule": [
24       "LCSettingModule/Images/*.*"
25     ]
26   },
27   "user_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   },
30   "frameworks": "UIKit",
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "ZXNavigationBar": [
37     ],
38     "Masonry": [
40     ],
41     "LCCommonTools": [
43     ]
44   },
45   "prefix_header_file": "LCSettingModule/Classes/PrefixHeader.pch",
46   "prefix_header_contents": "#import <LCCommonTools/UIView+Extension.h>\n#import <LCCommonTools/UIColor+Additions.h>\n#import <LCCommonTools/NetworkTool.h>\n#import \"ZXNavigationBarController.h\""