[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / 6 / 2 / d / SAVideoVLCPlayer / 1.0.5 / SAVideoVLCPlayer.podspec.json
blob12c46afdc5c0a6bb8034f0d39c0b632c19322bc6
2   "name": "SAVideoVLCPlayer",
3   "version": "1.0.5",
4   "summary": "Alternative SAVideoPlayer using VLC",
5   "description": "Experimental SAVideoPlayer that can replace the normal video player, but instead of using AVPlayer as base, it uses VLC player",
6   "homepage": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-videovlcplayer",
7   "license": {
8     "type": "GNU GENERAL PUBLIC LICENSE Version 3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gabriel Coman": "gabriel.coman@superawesome.tv"
13   },
14   "source": {
15     "git": "https://github.com/SuperAwesomeLTD/sa-mobile-lib-ios-videovlcplayer.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "requires_arc": true,
22   "source_files": "Pod/Classes/**/*",
23   "resource_bundles": {
24     "SAVideoVLCPlayer": [
25       "Pod/Assets/*.png"
26     ]
27   },
28   "dependencies": {
29     "SAUtils": [
31     ],
32     "MobileVLCKit": [
34     ]
35   }