blob: 8650965b14aaedec3361e93547e0d7d1b57ab4bc [file] [log] [blame]
{
"name": "PlayKitGoogleCast",
"version": "1.3.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.3.0"
},
"source_files": "Sources/**/*",
"swift_versions": "5.0",
"static_framework": true,
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"OTHER_LDFLAGS": "$(inherited) -framework \"GoogleCast\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
},
"dependencies": {
"google-cast-sdk": [
"4.4.4"
],
"XCGLogger": [
"7.0.0"
]
},
"swift_version": "5.0"
}