blob: cc96d3cc699859d78073f8e3ce1119553fbcea5d [file] [log] [blame]
{
"name": "STLZPluginDev",
"version": "0.9.7.3",
"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-dev.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-dev.git",
"tag": "0.9.7.3"
},
"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}\"/**"
}
}
}