[Add] EverlinkBroadcastSDK 3.2.1
[CocoaPods.git] / Specs / 4 / c / 5 / LCHoverToolBar / 0.1.0 / LCHoverToolBar.podspec.json
blobf88c0ec94baf04e7e3de43f048de5aef983ecfae
2   "name": "LCHoverToolBar",
3   "version": "0.1.0",
4   "summary": "Configurable floating panel assembly.",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/chengzhaohua/lchover-tool-bar.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chance.Cheng": "15620698605@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/chengzhaohua/lchover-tool-bar.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "LCHoverToolBar/Classes/**/*",
22   "resource_bundles": {
23     "LCHoverToolBar": [
24       "LCHoverToolBar/Images/*.*"
25     ]
26   },
27   "user_target_xcconfig": {
28     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
29   },
30   "frameworks": "UIKit",
31   "dependencies": {
32     "MJExtension": [
34     ],
35     "LCCommonTools": [
37     ]
38   },
39   "prefix_header_file": "LCHoverToolBar/Classes/PrefixHeader.pch",
40   "prefix_header_contents": "#import <LCCommonTools/UIView+Extension.h>\n#import <LCCommonTools/UIColor+Additions.h>\n#import <LCCommonTools/UIImage+Category.h>\n#import <LCCommonTools/UIView+Category.h>\n#import \"MJExtension.h\""