[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / a / e / LCHelper / 1.2.0 / LCHelper.podspec.json
blobe3e5adc0e96ad9279a986fd4aeb9b22bf6f4d7e9
2   "name": "LCHelper",
3   "version": "1.2.0",
4   "summary": "项目中用的一些工具类和Extension",
5   "homepage": "https://github.com/iLiuChang/LCHelper",
6   "license": "MIT",
7   "authors": "LiuChang",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "source": {
12     "git": "https://github.com/iLiuChang/LCHelper.git",
13     "tag": "1.2.0"
14   },
15   "requires_arc": true,
16   "source_files": "LCHelper/**/*.{h,m}",
17   "frameworks": "UIKit",
18   "subspecs": [
19     {
20       "name": "Extension",
21       "source_files": "LCHelper/Extension/**/*"
22     },
23     {
24       "name": "Util",
25       "source_files": "LCHelper/Util/*"
26     }
27   ]