| { |
| "name": "ZNAdScrollView", |
| "version": "2.0", |
| "summary": "循环滚动播放图片", |
| "homepage": "https://github.com/shinancao/ZNAdScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "shinancao": "shinancao666@163.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/shinancao/ZNAdScrollView.git", |
| "tag": "2.0" |
| }, |
| "source_files": "Classes/*.{swift,h}", |
| "frameworks": [ |
| "UIKit", |
| "Foundation" |
| ], |
| "requires_arc": true, |
| "dependencies": { |
| "Kingfisher": [ |
| "~> 3.0" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |