[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 0 / a / c / MMSmartStreaming / 3.9.4 / MMSmartStreaming.podspec.json
blob21ca379a28c6f7b2aefabbaf9a08e176b9ed9118
2   "name": "MMSmartStreaming",
3   "version": "3.9.4",
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.9.4"
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": [
28         "MMSmartStreaming/Classes/Common/*.{h,swift}",
29         "MMSmartStreaming/Classes/Wrapper/AVPlayer/*.swift"
30       ],
31       "frameworks": [
32         "UIKit",
33         "AVFoundation"
34       ],
35       "ios": {
36         "frameworks": "CoreTelephony",
37         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a"
38       },
39       "tvos": {
40         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a"
41       },
42       "libraries": "stdc++",
43       "public_header_files": "MMSmartStreaming/Classes/Common/*.h"
44     },
45     {
46       "name": "AVPlayerWithFreewheel",
47       "source_files": [
48         "MMSmartStreaming/Classes/Common/*.{h,swift}",
49         "MMSmartStreaming/Classes/Wrapper/AVPlayerWithFreewheel/*.swift"
50       ],
51       "frameworks": [
52         "UIKit",
53         "AVFoundation",
54         "AdSupport",
55         "SystemConfiguration"
56       ],
57       "ios": {
58         "frameworks": "CoreTelephony",
59         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
60         "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/iOS/AdManager.framework"
61       },
62       "tvos": {
63         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
64         "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/tvOS/AdManager.framework"
65       },
66       "libraries": "stdc++",
67       "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
68       "pod_target_xcconfig": {
69         "VALID_ARCHS[sdk=iphonesimulator*]": "",
70         "VALID_ARCHS[sdk=appletvsimulator*]": ""
71       }
72     },
73     {
74       "name": "BitmovinPlayer",
75       "source_files": [
76         "MMSmartStreaming/Classes/Common/*.{h,swift}",
77         "MMSmartStreaming/Classes/Wrapper/BitmovinPlayer/*.swift"
78       ],
79       "frameworks": [
80         "UIKit",
81         "AVFoundation"
82       ],
83       "ios": {
84         "frameworks": "CoreTelephony",
85         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
86         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
87       },
88       "tvos": {
89         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
90         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
91       },
92       "libraries": "stdc++",
93       "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
94       "pod_target_xcconfig": {
95         "VALID_ARCHS[sdk=iphonesimulator*]": "",
96         "VALID_ARCHS[sdk=appletvsimulator*]": ""
97       }
98     },
99     {
100       "name": "BitmovinPlayerWithSSAIForNowtilus",
101       "source_files": [
102         "MMSmartStreaming/Classes/Common/*.{h,swift}",
103         "MMSmartStreaming/Classes/Wrapper/BitmovinPlayerWithSSAINowtilus/*.swift",
104         "MMSmartStreaming/Classes/Utilities/VastClient/*.swift",
105         "MMSmartStreaming/Classes/Utilities/M3U8Parser/*.{h,m}"
106       ],
107       "frameworks": [
108         "UIKit",
109         "AVFoundation"
110       ],
111       "ios": {
112         "frameworks": "CoreTelephony",
113         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
114         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
115       },
116       "tvos": {
117         "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
118         "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
119       },
120       "libraries": "stdc++",
121       "public_header_files": [
122         "MMSmartStreaming/Classes/Common/*.h",
123         "MMSmartStreaming/Classes/Utilities/M3U8Parser/*.h"
124       ],
125       "pod_target_xcconfig": {
126         "VALID_ARCHS[sdk=iphonesimulator*]": "",
127         "VALID_ARCHS[sdk=appletvsimulator*]": ""
128       }
129     }
130   ],
131   "swift_version": "4.0"