| { |
| "name": "DDChainFlex", |
| "version": "0.0.2", |
| "summary": "常用UI控件的链式调用", |
| "description": "开发中常用UI的链式调用 目前实现的有 view、button、label imageView、switch、textField、textView、scrollView、tableView、collectionView。", |
| "homepage": "https://github.com/chenyongfei/DDChainFlexDemo", |
| "license": "MIT", |
| "authors": { |
| "afei": "2511433510@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/chenyongfei/DDChainFlexDemo.git", |
| "tag": "0.0.2" |
| }, |
| "source_files": "DDChainFlex/**/*.{h,m}", |
| "frameworks": "UIKit", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true |
| } |