| { |
| "name": "VideoCache", |
| "version": "0.1.0", |
| "summary": "VideoCache like SDWebImage", |
| "description": "VideoCache like SDWebImage. Prefetch supported!", |
| "homepage": "https://github.com/7ulipa/VideoCache", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "DirGoTii": "darwin.jxzang@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/7ulipa/VideoCache.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "VideoCache/Classes/**/*", |
| "frameworks": [ |
| "Foundation", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "ReactiveSwift": [ |
| |
| ], |
| "ReactiveCocoa": [ |
| |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |