blob: 784cbe6e4f24b2b87f938604b6b47afe2aa41a5c [file] [log] [blame]
{
"name": "StreamlyzerPlugin",
"version": "0.9.6",
"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.6"
},
"ios": {
"vendored_frameworks": "iphoneos/StreamlyzerPlugin.framework"
},
"tvos": {
"vendored_frameworks": "appletvos/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}\"/**"
}
}