blob: e5ca0df139c261b2d68474e9f7b2436e148e9254 [file] [log] [blame]
{
"name": "MMSmartStreaming",
"version": "3.6.20",
"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.6.20"
},
"swift_versions": "4.0",
"platforms": {
"ios": "8.0",
"tvos": "9.0"
},
"source_files": "MMSmartStreaming/Classes/Common/**/*.{h,swift}",
"ios": {
"source_files": "MMSmartStreaming/Classes/iOS/*.{h,swift}",
"frameworks": "CoreTelephony",
"vendored_libraries": "MMSmartStreaming/Classes/iOS/libmmsmartstreamer.a"
},
"tvos": {
"source_files": "MMSmartStreaming/Classes/tvOS/*.{h,swift}",
"vendored_libraries": "MMSmartStreaming/Classes/tvOS/libmmsmartstreaming-tvos.a"
},
"frameworks": [
"UIKit",
"AVFoundation"
],
"libraries": "stdc++",
"public_header_files": [
"MMSmartStreaming/Classes/Common/MMSmartStreaming/**/*.h",
"MMSmartStreaming/Classes/Common/ReachabilityMM/*.h"
],
"swift_version": "4.0"
}