[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / 3 / f / UToolsLee / 0.0.4 / UToolsLee.podspec.json
blobbc9c14c1e0903dc2f969ce10ed361c4cf5eccec4
2   "name": "UToolsLee",
3   "version": "0.0.4",
4   "summary": "快速创建UIButton以及UILabeal",
5   "description": "快速创建UIButton以及UILabeal",
6   "homepage": "https://github.com/Lee0924/UTools",
7   "authors": {
8     "Lee0924": "Leejialin0924@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/Lee0924/UTools.git",
15     "tag": "v0.0.4"
16   },
17   "license": "MIT",
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "UIToolsLee",
22       "source_files": [
23         "UToolsLee/ButtonTool/*.{h,m}",
24         "UToolsLee/LabealTool/*.{h,m}"
25       ],
26       "frameworks": [
27         "Foundation",
28         "UIKit"
29       ]
30     }
31   ]