[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / 9 / 5 / ControlExtension / 0.0.2 / ControlExtension.podspec.json
blobd899c923c69725f4b196b9e7f14c9ba1000d6781
2   "name": "ControlExtension",
3   "version": "0.0.2",
4   "summary": "控件视图扩展",
5   "description": "UIView UILabel 等",
6   "homepage": "https://github.com/xiezefeng/ControlExtension",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "谢泽锋": "xiezf"
13   },
14   "source": {
15     "git": "https://github.com/xiezefeng/ControlExtension.git",
16     "tag": "0.0.2"
17   },
18   "source_files": [
19     "ControlExtension",
20     "ControlExtension/*.{h,m}"
21   ],
22   "requires_arc": true,
23   "ios": {
24     "frameworks": "UIKit"
25   },
26   "platforms": {
27     "ios": "9.0"
28   },
29   "dependencies": {
30     "Masonry": [
32     ]
33   }