blob: 5370a6a0676eda9a5b2fd929700c88ad57f56e20 [file] [log] [blame]
{
"name": "PlayKitGoogleCast",
"version": "1.0.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.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/**/*",
"swift_version": "4.0",
"static_framework": true,
"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.3.3"
],
"XCGLogger": [
"~> 6.1.0"
]
}
}