[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / c / MMSmartStreaming / 3.8.0 / MMSmartStreaming.podspec.json
blob462cdf01548f9c07144078e3f4d24de5f58855bb
2   "name": "MMSmartStreaming",
3   "version": "3.8.0",
4   "summary": "The MediaMelon Player SDK Provides SmartSight Analytics and QBR SmartStreaming.",
5   "description": "The MediaMelon Player SDK adds SmartSight Analytics and QBR SmartStreaming capability to any media player and is available for all ABR media players.",
6   "homepage": "https://bitbucket.org/mediameloninc/mmsmartstreaming-ios-cocoapods/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "vetri": "vetri@mediamelon.com"
13   },
14   "source": {
15     "git": "https://bitbucket.org/mediameloninc/mmsmartstreaming-ios-cocoapods",
16     "tag": "3.8.0"
17   },
18   "swift_versions": "4.0",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "default_subspecs": "AVPlayer",
24   "subspecs": [
25     {
26       "name": "AVPlayer",
27       "source_files": "MMSmartStreaming/Classes/Common/*.{h,swift}",
28       "frameworks": [
29         "UIKit",
30         "AVFoundation"
31       ],
32       "ios": {
33         "frameworks": "CoreTelephony",
34         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a"
35       },
36       "tvos": {
37         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a"
38       },
39       "libraries": "stdc++",
40       "public_header_files": "MMSmartStreaming/Classes/Common/*.h"
41     },
42     {
43       "name": "AVPlayerWithFreewheel",
44       "source_files": [
45         "MMSmartStreaming/Classes/Common/*.{h,swift}",
46         "MMSmartStreaming/Classes/Wrapper/AVPlayerWithFreewheel/*.swift"
47       ],
48       "frameworks": [
49         "UIKit",
50         "AVFoundation",
51         "AdSupport",
52         "SystemConfiguration"
53       ],
54       "ios": {
55         "frameworks": "CoreTelephony",
56         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
57         "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/iOS/AdManager.framework"
58       },
59       "tvos": {
60         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
61         "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/tvOS/AdManager.framework"
62       },
63       "libraries": "stdc++",
64       "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
65       "pod_target_xcconfig": {
66         "VALID_ARCHS[sdk=iphonesimulator*]": "",
67         "VALID_ARCHS[sdk=appletvsimulator*]": ""
68       }
69     },
70     {
71       "name": "BitmovinPlayer",
72       "source_files": [
73         "MMSmartStreaming/Classes/Common/*.{h,swift}",
74         "MMSmartStreaming/Classes/Wrapper/BitmovinPlayer/*.swift"
75       ],
76       "frameworks": [
77         "UIKit",
78         "AVFoundation"
79       ],
80       "ios": {
81         "frameworks": "CoreTelephony",
82         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
83         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
84       },
85       "tvos": {
86         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
87         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
88       },
89       "libraries": "stdc++",
90       "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
91       "pod_target_xcconfig": {
92         "VALID_ARCHS[sdk=iphonesimulator*]": "",
93         "VALID_ARCHS[sdk=appletvsimulator*]": ""
94       }
95     },
96     {
97       "name": "BitmovinPlayerWithSSAIForNowtilus",
98       "source_files": [
99         "MMSmartStreaming/Classes/Common/*.{h,swift}",
100         "MMSmartStreaming/Classes/Wrapper/BitmovinPlayerWithSSAINowtilus/*.swift",
101         "MMSmartStreaming/Classes/Utilities/VastClient/*.swift",
102         "MMSmartStreaming/Classes/Utilities/M3U8Parser/*.{h,m}"
103       ],
104       "frameworks": [
105         "UIKit",
106         "AVFoundation"
107       ],
108       "ios": {
109         "frameworks": "CoreTelephony",
110         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
111         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
112       },
113       "tvos": {
114         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
115         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
116       },
117       "libraries": "stdc++",
118       "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
119       "pod_target_xcconfig": {
120         "VALID_ARCHS[sdk=iphonesimulator*]": "",
121         "VALID_ARCHS[sdk=appletvsimulator*]": ""
122       }
123     }
124   ],
125   "swift_version": "4.0"