[Delete] FluentAdFlowAdsWidget 2.0.0
[CocoaPods.git] / Specs / 0 / f / 6 / LGHMakeViewTools / 0.0.1 / LGHMakeViewTools.podspec.json
blob554f8204164be8df4bcf139de1edd6b15d36b20f
2   "name": "LGHMakeViewTools",
3   "version": "0.0.1",
4   "summary": "快速创建View的工具类",
5   "description": "使用点语法快速创建view的工具类",
6   "homepage": "https://github.com/xiaofeiguan/LGHMakeViewTools.git",
7   "license": "MIT",
8   "authors": {
9     "xiaofeiguan": "450929738@qq.com"
10   },
11   "platforms": {
12     "ios": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/xiaofeiguan/LGHMakeViewTools.git",
16     "tag": "0.0.1"
17   },
18   "source_files": [
19     "Classes",
20     "Classes/**/*.{h,m}"
21   ],
22   "exclude_files": "Classes/Exclude",
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ]