| { |
| "name": "ZFCycleScrollView", |
| "version": "0.0.1", |
| "summary": "轮播图.", |
| "description": "简洁、分离的 轮播图", |
| "homepage": "https://github.com/QiuZhiFei/ZFCycleScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "qiuzhifei": "qiuzhifei521@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/QiuZhiFei/ZFCycleScrollView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": [ |
| "Classes", |
| "Core/*.{swift}" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "PureLayout": [ |
| "~> 3.1.2" |
| ], |
| "KVOController": [ |
| "~> 1.2.0" |
| ] |
| } |
| } |