[Add] boost-iosx 1.87.0.3
[CocoaPods.git] / Specs / c / f / 4 / GMStoryVideoPlayer / 0.1.0 / GMStoryVideoPlayer.podspec.json
blob44dc363d01c1760d8a2d0d1bbf48756cf006a607
2   "name": "GMStoryVideoPlayer",
3   "version": "0.1.0",
4   "summary": "iOS Obj-C Story Video Player like Instagram and Snapchat with back, forth, loop and video caching",
5   "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",
6   "homepage": "https://github.com/gaston23/GMStoryVideoPlayer",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gaston Morixe": "gaston@black.uy"
13   },
14   "source": {
15     "git": "https://github.com/gaston23/GMStoryVideoPlayer.git",
16     "tag": "0.1.0"
17   },
18   "social_media_url": "https://twitter.com/gastoon___",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": [
23     "GMStoryVideoPlayer/Classes/**/*",
24     "libs/VIMediaCache/VIMediaCache/*.{h,m}",
25     "libs/VIMediaCache/VIMediaCache/**/*.{h,m}"
26   ],
27   "frameworks": [
28     "MobileCoreServices",
29     "AVFoundation"
30   ],
31   "dependencies": {
32     "SpinKit": [
34     ],
35     "SDWebImage": [
37     ]
38   }