blob: cbdcf83b856437953b3c9a4b52abc65f815b1178 [file] [log] [blame]
{
"name": "PlayKitGoogleCast",
"version": "1.4.0",
"summary": "PlayKitGoogleCast -- Google cast framework for iOS",
"homepage": "https://github.com/kaltura/playkit-ios-googlecast",
"license": {
"type": "AGPLv3",
"file": "LICENSE"
},
"authors": {
"Kaltura": "community@kaltura.com"
},
"source": {
"git": "https://github.com/kaltura/playkit-ios-googlecast.git",
"tag": "v1.4.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.0",
"static_framework": true,
"platforms": {
"ios": "10.0"
},
"xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"dependencies": {
"google-cast-sdk": [
"4.5.0"
],
"XCGLogger": [
"7.0.0"
]
},
"swift_version": "5.0"
}