blob: 470bd5fa6f58f9242f81b1b74eb2728ade0a0766 [file] [log] [blame]
{
"name": "KalturaPlayerSDK",
"version": "2.2.4",
"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": "AGPLv3",
"text": "AGPLv3"
},
"authors": {
"Eliza Sapir": "eliza.sapir@gmail.com",
"Nissim Pardo": "nissim.pardo@kaltura.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/kaltura/player-sdk-native-ios.git",
"tag": "v2.2.4"
},
"libraries": [
"stdc++",
"z",
"System",
"stdc++.6",
"xml2.2",
"c++",
"stdc++.6.0.9",
"xml2",
"WViPhoneAPI"
],
"frameworks": [
"MediaPlayer",
"SystemConfiguration",
"QuartzCore",
"CoreFoundation",
"AVFoundation",
"AudioToolbox",
"CFNetwork",
"AdSupport",
"WebKit",
"MessageUI",
"Social",
"MediaAccessibility",
"Foundation",
"CoreGraphics",
"UIKit"
],
"requires_arc": true,
"source_files": [
"**/*.{h,m}",
"PlayerSDK/KALTURAPlayerSDK/**/*.{h,m}"
],
"vendored_libraries": "libWViPhoneAPI.a",
"resource_bundles": {
"KALTURAPlayerSDKResources": "KALTURAPlayerSDK/*.{xib,plist}"
},
"deprecated": true
}