[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / b / 4 / 9 / Veeplay / 3.2.0 / Veeplay.podspec.json
blobb68ca86d672f356517a7ad8e9a73a9e17dbf4b4c
2   "name": "Veeplay",
3   "version": "3.2.0",
4   "summary": "Veeplay Media Player - Crossplatform media player with video ads support",
5   "homepage": "http://veeplay.com",
6   "license": {
7     "type": "Commercial",
8     "text": "Contact office@veeplay.com"
9   },
10   "authors": {
11     "Veeplay": "gabi@veeplay.com"
12   },
13   "source": {
14     "git": "https://github.com/veeplay/ios-media-player.git",
15     "tag": "3.2.0"
16   },
17   "platforms": {
18     "ios": "10.0",
19     "tvos": "11.0"
20   },
21   "requires_arc": true,
22   "documentation_url": "http://veeplay.github.io/ios-media-player",
23   "source_files": "Headers/*.h",
24   "resources": "Assets/*.bundle",
25   "public_header_files": "Headers/*.h",
26   "preserve_paths": "Docs/*",
27   "libraries": "z",
28   "ios": {
29     "vendored_libraries": "libVeeplay.a",
30     "frameworks": [
31       "AVFoundation",
32       "MediaPlayer",
33       "CoreMedia",
34       "AVKit",
35       "SystemConfiguration",
36       "SafariServices",
37       "WebKit"
38     ],
39     "dependencies": {
40       "KAProgressLabel": [
41         "~> 3.0"
42       ],
43       "Reachability": [
45       ]
46     }
47   },
48   "tvos": {
49     "vendored_libraries": "libVeeplayTvOS.a",
50     "frameworks": [
51       "AVFoundation",
52       "MediaPlayer",
53       "CoreMedia",
54       "AVKit",
55       "SystemConfiguration"
56     ]
57   },
58   "dependencies": {
59     "TBXML": [
60       "~> 1.5"
61     ],
62     "XCDYouTubeKit": [
63       "~> 2.5"
64     ],
65     "YTVimeoExtractor": [
66       "~> 1.2"
67     ],
68     "KVOController": [
69       "~> 1.2.0"
70     ],
71     "PureLayout": [
72       "~> 3.1"
73     ]
74   }