[Add] MYBLMusicSDK 0.5.8
[CocoaPods.git] / Specs / 9 / 8 / 3 / STLZPluginDev / 0.9.7.3 / STLZPluginDev.podspec.json
blobcc96d3cc699859d78073f8e3ce1119553fbcea5d
2   "name": "STLZPluginDev",
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-dev.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-dev.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   }