[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 0 / 4 / StreamlyzerPlugin / 0.9.6.2 / StreamlyzerPlugin.podspec.json
blob63edb0a8bd8b76905cfbc852432e0fb4c7634c4f
2   "name": "StreamlyzerPlugin",
3   "version": "0.9.6.2",
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.6.2"
21   },
22   "ios": {
23     "vendored_frameworks": "iphoneos/StreamlyzerPlugin.framework"
24   },
25   "tvos": {
26     "vendored_frameworks": "appletvos/StreamlyzerPlugin.framework"
27   },
28   "xcconfig": {
29     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES",
30     "OTHER_LDFLAGS": "$(inherited) -framework \"StreamlyzerPlugin\" ",
31     "FRAMEWORK_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**",
32     "LIBRARY_SEARCH_PATHS": "$(inherited) \"${PODS_ROOT}\"/**"
33   }