[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 9 / Veeplay / 3.2.3 / Veeplay.podspec.json
blob91a2bddf1ed56f96a563261f72bd991b35bc7c1d
2   "name": "Veeplay",
3   "version": "3.2.3",
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.3"
16   },
17   "platforms": {
18     "ios": "10.0"
19   },
20   "requires_arc": true,
21   "documentation_url": "http://veeplay.github.io/ios-media-player",
22   "source_files": "Headers/*.h",
23   "resources": "Assets/*.bundle",
24   "public_header_files": "Headers/*.h",
25   "preserve_paths": "Docs/*",
26   "libraries": "z",
27   "ios": {
28     "vendored_libraries": "libVeeplay.a",
29     "frameworks": [
30       "AVFoundation",
31       "MediaPlayer",
32       "CoreMedia",
33       "AVKit",
34       "SystemConfiguration",
35       "SafariServices",
36       "WebKit"
37     ],
38     "dependencies": {
39       "KAProgressLabel": [
40         "~> 3.0"
41       ],
42       "Reachability": [
44       ]
45     }
46   },
47   "pod_target_xcconfig": {
48     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
49   },
50   "user_target_xcconfig": {
51     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
52   },
53   "dependencies": {
54     "TBXML": [
55       "~> 1.5"
56     ],
57     "XCDYouTubeKit": [
58       "~> 2.5"
59     ],
60     "YTVimeoExtractor": [
61       "~> 1.2"
62     ],
63     "KVOController": [
64       "~> 1.2.0"
65     ],
66     "PureLayout": [
67       "~> 3.1"
68     ]
69   }