| { | |
| "name": "FuncControl", | |
| "version": "1.0.0", | |
| "summary": "基础控件函数式写法,简化代码", | |
| "homepage": "https://github.com/XueYangLee/FuncControl", | |
| "license": "MIT", | |
| "authors": { | |
| "Singularity_Lee": "496736912@qq.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/XueYangLee/FuncControl.git", | |
| "tag": "1.0.0" | |
| }, | |
| "source_files": "FuncControl/FuncChains/*.{h,m}", | |
| "public_header_files": "FuncControl/FuncChains/*.{h}", | |
| "requires_arc": true | |
| } |