blob: 439e00e3d7f78123536490ab4af1901e50dc912b [file] [log] [blame]
{
"name": "PlayKit_IMA",
"version": "1.7.1",
"authors": {
"Kaltura": "community@kaltura.com"
},
"license": {
"type": "AGPLv3",
"text": "AGPLv3"
},
"summary": "PlayKit IMA Plugin",
"homepage": "https://github.com/kaltura/playkit-ios-ima",
"source": {
"git": "https://github.com/kaltura/playkit-ios-ima.git",
"tag": "v1.7.1"
},
"swift_versions": "5.0",
"source_files": "Sources/**/*",
"platforms": {
"ios": "9.0"
},
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"OTHER_LDFLAGS": "$(inherited) -framework \"GoogleInteractiveMediaAds\"",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
},
"dependencies": {
"PlayKit": [
"~> 3.11"
],
"XCGLogger": [
"7.0.0"
],
"GoogleAds-IMA-iOS-SDK": [
"3.9.0"
]
},
"swift_version": "5.0"
}