[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 4 / StreamlyzerPlugin / 0.9.7.3 / StreamlyzerPlugin.podspec.json
blobc6a269586a37ae5ea78a08e0c3142395baeefd4c
2   "name": "StreamlyzerPlugin",
3   "version": "0.9.7.3",
4   "summary": "Streamlyzer Plugin frameworks for iOS/tvOS",
5   "description": "This library is created by Streamlyzer. It contains frameworks of Streamlyzer Plugin for iOS/tvOS.",
6   "homepage": "https://github.com/streamlyzer/streamlyzer-plugin-ios-lib.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Streamlyzer": "swdev@streamlyzer.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/streamlyzer/streamlyzer-plugin-ios-lib.git",
20     "tag": "0.9.7.3"
21   },
22   "ios": {
23     "vendored_frameworks": "iphoneos/StreamlyzerPlugin.framework",
24     "xcconfig": {
25       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
26       "OTHER_LDFLAGS": "$(inherited) -framework \"StreamlyzerPlugin\" ",
27       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
28       "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
29     }
30   },
31   "tvos": {
32     "vendored_frameworks": "appletvos/StreamlyzerPlugintvOS.framework",
33     "xcconfig": {
34       "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
35       "OTHER_LDFLAGS": "$(inherited) -framework \"StreamlyzerPlugintvOS\" ",
36       "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
37       "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
38     }
39   }