[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 3 / 1 / 6 / YouboraAVPlayerAdapter / 6.5.26 / YouboraAVPlayerAdapter.podspec.json
blobd8f8ff4526ce12893d4ab181464f9b244b17c08d
2   "name": "YouboraAVPlayerAdapter",
3   "version": "6.5.26",
4   "summary": "Adapter to use YouboraLib on AVPlayer",
5   "description": "<<-DESC\n                      YouboraAVPlayerAdapter is an adapter used \n                      for AVPlayer.\n                     DESC",
6   "homepage": "http://developer.nicepeopleatwork.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Nice People at Work": "support@nicepeopleatwork.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0",
17     "osx": "10.10"
18   },
19   "swift_versions": [
20     "4.0",
21     "4.1",
22     "4.2",
23     "4.3",
24     "5.0",
25     "5.1"
26   ],
27   "source": {
28     "git": "https://bitbucket.org/npaw/avplayer-adapter-ios.git",
29     "tag": "6.5.26"
30   },
31   "source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}",
32   "ios": {
33     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
34   },
35   "tvos": {
36     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
37   },
38   "osx": {
39     "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ OSX/YouboraAVPlayerAdapter.h"
40   },
41   "public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
42   "requires_arc": true,
43   "pod_target_xcconfig": {
44     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORAADAPTER_VERSION=6.5.26"
45   },
46   "default_subspecs": "Default",
47   "dependencies": {
48     "YouboraLib": [
49       "~> 6.5.19"
50     ]
51   },
52   "subspecs": [
53     {
54       "name": "Default"
55     },
56     {
57       "name": "Polynet",
58       "platforms": {
59         "ios": "10.2",
60         "tvos": "9.0"
61       },
62       "ios": {
63         "dependencies": {
64           "PolyNetSDK": [
65             "4.33.113"
66           ]
67         },
68         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ iOS/YouboraAVPlayerAdapter.h"
69       },
70       "tvos": {
71         "dependencies": {
72           "PolyNetSDKtvOS": [
73             "4.32.113"
74           ]
75         },
76         "source_files": "YouboraAVPlayerAdapter/YouboraAVPlayerAdapter\\ tvOS/YouboraAVPlayerAdapter.h"
77       },
78       "public_header_files": "YouboraAVPlayerAdapter/Generic/**/*.h, YouboraAVPlayerAdapter/YouboraAVPlayerAdapter iOS/YouboraAVPlayerAdapter.h",
79       "source_files": "YouboraAVPlayerAdapter/Generic/**/*.{h,m}"
80     }
81   ],
82   "swift_version": "5.1"