[Add] MMSmartStreaming 3.8.4
diff --git a/Specs/0/a/c/MMSmartStreaming/3.8.4/MMSmartStreaming.podspec.json b/Specs/0/a/c/MMSmartStreaming/3.8.4/MMSmartStreaming.podspec.json
new file mode 100644
index 0000000..108e57d
--- /dev/null
+++ b/Specs/0/a/c/MMSmartStreaming/3.8.4/MMSmartStreaming.podspec.json
@@ -0,0 +1,129 @@
+{
+ "name": "MMSmartStreaming",
+ "version": "3.8.4",
+ "summary": "The MediaMelon Player SDK Provides SmartSight Analytics and QBR SmartStreaming.",
+ "description": "The MediaMelon Player SDK adds SmartSight Analytics and QBR SmartStreaming capability to any media player and is available for all ABR media players.",
+ "homepage": "https://bitbucket.org/mediameloninc/mmsmartstreaming-ios-cocoapods/",
+ "license": {
+ "type": "MIT",
+ "file": "LICENSE"
+ },
+ "authors": {
+ "vetri": "vetri@mediamelon.com"
+ },
+ "source": {
+ "git": "https://bitbucket.org/mediameloninc/mmsmartstreaming-ios-cocoapods",
+ "tag": "3.8.4"
+ },
+ "swift_versions": "4.0",
+ "platforms": {
+ "ios": "9.0",
+ "tvos": "9.0"
+ },
+ "default_subspecs": "AVPlayer",
+ "subspecs": [
+ {
+ "name": "AVPlayer",
+ "source_files": [
+ "MMSmartStreaming/Classes/Common/*.{h,swift}",
+ "MMSmartStreaming/Classes/Wrapper/AVPlayer/*.swift"
+ ],
+ "frameworks": [
+ "UIKit",
+ "AVFoundation"
+ ],
+ "ios": {
+ "frameworks": "CoreTelephony",
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a"
+ },
+ "tvos": {
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a"
+ },
+ "libraries": "stdc++",
+ "public_header_files": "MMSmartStreaming/Classes/Common/*.h"
+ },
+ {
+ "name": "AVPlayerWithFreewheel",
+ "source_files": [
+ "MMSmartStreaming/Classes/Common/*.{h,swift}",
+ "MMSmartStreaming/Classes/Wrapper/AVPlayerWithFreewheel/*.swift"
+ ],
+ "frameworks": [
+ "UIKit",
+ "AVFoundation",
+ "AdSupport",
+ "SystemConfiguration"
+ ],
+ "ios": {
+ "frameworks": "CoreTelephony",
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/iOS/AdManager.framework"
+ },
+ "tvos": {
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/Freewheel/tvOS/AdManager.framework"
+ },
+ "libraries": "stdc++",
+ "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
+ "pod_target_xcconfig": {
+ "VALID_ARCHS[sdk=iphonesimulator*]": "",
+ "VALID_ARCHS[sdk=appletvsimulator*]": ""
+ }
+ },
+ {
+ "name": "BitmovinPlayer",
+ "source_files": [
+ "MMSmartStreaming/Classes/Common/*.{h,swift}",
+ "MMSmartStreaming/Classes/Wrapper/BitmovinPlayer/*.swift"
+ ],
+ "frameworks": [
+ "UIKit",
+ "AVFoundation"
+ ],
+ "ios": {
+ "frameworks": "CoreTelephony",
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
+ },
+ "tvos": {
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
+ },
+ "libraries": "stdc++",
+ "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
+ "pod_target_xcconfig": {
+ "VALID_ARCHS[sdk=iphonesimulator*]": "",
+ "VALID_ARCHS[sdk=appletvsimulator*]": ""
+ }
+ },
+ {
+ "name": "BitmovinPlayerWithSSAIForNowtilus",
+ "source_files": [
+ "MMSmartStreaming/Classes/Common/*.{h,swift}",
+ "MMSmartStreaming/Classes/Wrapper/BitmovinPlayerWithSSAINowtilus/*.swift",
+ "MMSmartStreaming/Classes/Utilities/VastClient/*",
+ "MMSmartStreaming/Classes/Utilities/M3U8Parser/*.{h,m}"
+ ],
+ "frameworks": [
+ "UIKit",
+ "AVFoundation"
+ ],
+ "ios": {
+ "frameworks": "CoreTelephony",
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/iOS/libmmsmartstreamer.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/iOS/BitmovinPlayer.framework"
+ },
+ "tvos": {
+ "vendored_libraries": "MMSmartStreaming/Classes/StaticLibrary/tvOS/libmmsmartstreaming-tvos.a",
+ "vendored_frameworks": "MMSmartStreaming/Frameworks/BitmovinPlayer/tvOS/BitmovinPlayer.framework"
+ },
+ "libraries": "stdc++",
+ "public_header_files": "MMSmartStreaming/Classes/Common/*.h",
+ "pod_target_xcconfig": {
+ "VALID_ARCHS[sdk=iphonesimulator*]": "",
+ "VALID_ARCHS[sdk=appletvsimulator*]": ""
+ }
+ }
+ ],
+ "swift_version": "4.0"
+}