| { |
| "name": "BKCycleScrollView", |
| "version": "2.0.5", |
| "summary": "无限滚动视图", |
| "homepage": "https://github.com/MMDDZ/BKCycleScrollView", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "MMDDZ": "694092596@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/MMDDZ/BKCycleScrollView.git", |
| "tag": "2.0.5" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "BKCycleScrollView/Classes/*.{h,m}", |
| "resources": "BKCycleScrollView/Assets/BKCycleScrollView.bundle", |
| "frameworks": "UIKit", |
| "dependencies": { |
| "BKTimer": [ |
| ">= 1.0.0" |
| ], |
| "SDWebImage": [ |
| ">= 5.0.0" |
| ] |
| } |
| } |