| { | |
| "name": "Separator", | |
| "version": "1.0.0", | |
| "summary": "一个轻量级的为视图添加分割线的工具.", | |
| "description": "一个轻量级的为视图添加分割线的工具,方便在项目中添加各种分割线,以达到设计想要的效果", | |
| "homepage": "https://github.com/ButtFly/Separator", | |
| "license": "MIT", | |
| "authors": { | |
| "余河川": "315585758@qq.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/ButtFly/Separator.git", | |
| "tag": "1.0.0" | |
| }, | |
| "platforms": { | |
| "ios": "7.0" | |
| }, | |
| "requires_arc": true, | |
| "source_files": "Pod/Classes/**/*", | |
| "resource_bundles": { | |
| "Separator": [ | |
| "Pod/Assets/*.png" | |
| ] | |
| } | |
| } |