| { |
| "name": "SCPeriodicScrollView", |
| "version": "0.0.1", |
| "summary": "A fast, lightweight carousel figure.", |
| "description": "A fast, lightweight carousel figure, which is based on UICollectionView.", |
| "homepage": "https://github.com/tsc000/SCPeriodicScrollView", |
| "license": "MIT", |
| "authors": { |
| "tsc000": "787753577@qq.com" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source": { |
| "git": "https://github.com/tsc000/SCPeriodicScrollView.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "SCPeriodicScrollView/Source/*.{h,m}", |
| "frameworks": "UIKit", |
| "requires_arc": true, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |