[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 9 / 1 / 4 / LCCommonTools / 0.1.5 / LCCommonTools.podspec.json
blob7d58a7770f3ad2370ed8cf97eeab4971e209279e
2   "name": "LCCommonTools",
3   "version": "0.1.5",
4   "summary": "Encapsulate tools for daily development",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://www.jianshu.com/bookmarks",
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/lccommon-tools.git",
16     "tag": "0.1.5"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "LCCommonTools/Classes/**/*",
22   "prefix_header_file": "LCCommonTools/Classes/PrefixHeader.pch",
23   "frameworks": [
24     "UIKit",
25     "MapKit",
26     "Foundation"
27   ],
28   "dependencies": {
29     "AFNetworking": [
31     ],
32     "MBProgressHUD": [
34     ],
35     "Masonry": [
37     ],
38     "SDWebImage": [
40     ]
41   },
42   "prefix_header_contents": "#import \"UIColor+Additions.h\"\n#import <Masonry/Masonry.h>\n#import <objc/runtime.h>\n#import <MBProgressHUD/MBProgressHUD.h>\n#import \"UIView+Extension.h\"\n#import \"UIView+Category.h\""