[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 6 / 8 / 5 / CreatView / 1.0.0 / CreatView.podspec.json
bloba14eabb1673e66d8c4feca320372b4ccf2a7d68e
2   "name": "CreatView",
3   "version": "1.0.0",
4   "summary": "链式编程一行代码创建基础控件",
5   "description": "函数式编程、链式编程、面向接口编程结合使用,自定义创建控件方法,工程不使用xib、storyboard,创建控件是一个很低效率且没啥技术含量的事情,此方法可以有效降低工作时间,为控件添加一些复杂属性也极为方便,也处理了控件渲染的问题,同时工程布局更加清晰",
6   "homepage": "https://github.com/rayonchen/CreatView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "chenglei": "chenglei@creditzx.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/rayonchen/CreatView.git",
19     "tag": "1.0.0"
20   },
21   "source_files": [
22     "编程测试_demo/CreatControls",
23     "*.{h,m}"
24   ],
25   "requires_arc": true