| { |
| "name": "LCFInfiniteScrollView", |
| "version": "0.1", |
| "license": "MIT", |
| "summary": "A Circular and Infinite Scroll View, Inspired by the App Store Banner View", |
| "homepage": "https://github.com/leichunfeng/LCFInfiniteScrollView", |
| "authors": { |
| "leichunfeng": "307213080@qq.com" |
| }, |
| "source": { |
| "git": "https://github.com/leichunfeng/LCFInfiniteScrollView.git", |
| "tag": "v0.1" |
| }, |
| "source_files": "LCFInfiniteScrollView/LCFInfiniteScrollView/*.{h,m}", |
| "requires_arc": true, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "dependencies": { |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |