| { |
| "name": "GMStoryVideoPlayer", |
| "version": "0.1.0", |
| "summary": "iOS Obj-C Story Video Player like Instagram and Snapchat with back, forth, loop and video caching", |
| "description": "iOS Video Player based on raw AVPlayer with an algorithm to create a Instagram/Snapchar Story player like. \nIt supports\n\t* Fast/Instant tap and skip to next/prev video\n\t* Preloading\n\t* Thumnails\n\t* Video Caching", |
| "homepage": "https://github.com/gaston23/GMStoryVideoPlayer", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Gaston Morixe": "gaston@black.uy" |
| }, |
| "source": { |
| "git": "https://github.com/gaston23/GMStoryVideoPlayer.git", |
| "tag": "0.1.0" |
| }, |
| "social_media_url": "https://twitter.com/gastoon___", |
| "platforms": { |
| "ios": "10.0" |
| }, |
| "source_files": [ |
| "GMStoryVideoPlayer/Classes/**/*", |
| "libs/VIMediaCache/VIMediaCache/*.{h,m}", |
| "libs/VIMediaCache/VIMediaCache/**/*.{h,m}" |
| ], |
| "frameworks": [ |
| "MobileCoreServices", |
| "AVFoundation" |
| ], |
| "dependencies": { |
| "SpinKit": [ |
| |
| ], |
| "SDWebImage": [ |
| |
| ] |
| } |
| } |