blob: 120985f4aae7a7043c5f7e4704734c80662cea45 [file] [log] [blame]
{
"name": "player-sdk-native-ios",
"version": "1.1",
"summary": "The Kaltura player-sdk-native component enables embedding the kaltura player into native environments.",
"homepage": "https://github.com/kaltura/player-sdk-native-ios",
"license": {
"type": "COMMERCIAL",
"text": "COMMERCIAL"
},
"authors": {
"Nissim Pardo": "nissim.pardo@kaltura.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kaltura/player-sdk-native-ios.git",
"tag": "v1.1"
},
"libraries": [
"stdc++",
"z",
"System",
"stdc++.6",
"xml2.2",
"c++",
"stdc++.6.0.9",
"xml2"
],
"frameworks": [
"MediaPlayer",
"GoogleCast",
"SystemConfiguration",
"QuartzCore",
"CoreFoundation",
"AVFoundation",
"AudioToolbox",
"CFNetwork",
"AdSupport",
"WebKit",
"MessageUI",
"Social",
"MediaAccessibility",
"Foundation",
"CoreGraphics",
"UIKit"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "$(PODS_ROOT)/google-cast-sdk/GoogleCastFramework-2.3.0-Release",
"OTHER_LDFLAGS": "-ObjC -all_load"
},
"dependencies": {
"google-cast-sdk": [
"2.3.0"
],
"GoogleAds-IMA-iOS-SDK": [
"3.0.beta.11"
]
},
"requires_arc": true,
"source_files": [
"PlayerSDK/**/*.{h,m}",
"PlayerSDK/PlayerSDK/**/*.{h,m}"
],
"vendored_libraries": "PlayerSDK/libWViPhoneAPI.a"
}