[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / b / 4 / 9 / Veeplay / 3.2.7 / Veeplay.podspec.json
blob231a74a9173e803746abdee610a52ebf42431a34
2   "name": "Veeplay",
3   "version": "3.2.7",
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.7"
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   "pod_target_xcconfig": {
59     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
60     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
61   },
62   "user_target_xcconfig": {
63     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64",
64     "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64"
65   },
66   "dependencies": {
67     "TBXML": [
68       "~> 1.5"
69     ],
70     "XCDYouTubeKit": [
71       "~> 2.5"
72     ],
73     "YTVimeoExtractor": [
74       "~> 1.2"
75     ],
76     "KVOController": [
77       "~> 1.2.0"
78     ],
79     "PureLayout": [
80       "~> 3.1"
81     ]
82   }