blob: a589dcf46b0b067d70aa950287427d61ff808d7e [file] [log] [blame]
{
"name": "StreamlyzerPlugin",
"version": "0.9.9.5",
"summary": "Streamlyzer Plugin frameworks for iOS/tvOS",
"description": "This library is created by Streamlyzer. It contains frameworks of Streamlyzer Plugin for iOS/tvOS.",
"homepage": "https://github.com/streamlyzer/streamlyzer-plugin-ios-lib.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Streamlyzer": "swdev@streamlyzer.com"
},
"platforms": {
"ios": "9.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/streamlyzer/streamlyzer-plugin-ios-lib.git",
"tag": "0.9.9.5"
},
"ios": {
"vendored_frameworks": "iphoneos/StreamlyzerPlugin.framework",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"OTHER_LDFLAGS": "$(inherited) -framework \"StreamlyzerPlugin\" ",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
}
},
"tvos": {
"vendored_frameworks": "appletvos/StreamlyzerPlugintvOS.framework",
"xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
"OTHER_LDFLAGS": "$(inherited) -framework \"StreamlyzerPlugintvOS\" ",
"FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
"LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
}
}
}