[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 6 / 0 / YouboraLib / 6.4.10 / YouboraLib.podspec.json
blob0a883974f89a5b484b1a9d5f62057c5d9c08ae08
2   "name": "YouboraLib",
3   "version": "6.4.10",
4   "summary": "Library required by Youbora plugins",
5   "description": "<<-DESC\n                    YouboraLib is a library created by Nice People at Work. It serves\n                    as the shared logic for all Youbora plugins and it also allows you\n                    to create your own plugins.\n                     DESC",
6   "homepage": "http://developer.nicepeopleatwork.com/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Nice People at Work": "support@nicepeopleatwork.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "tvos": "9.0",
17     "osx": "10.10"
18   },
19   "swift_version": "5.0",
20   "source": {
21     "git": "https://bitbucket.org/npaw/lib-plugin-ios.git",
22     "tag": "6.4.10"
23   },
24   "source_files": "YouboraLib/**/*.{swift,h,m}",
25   "public_header_files": "YouboraLib/**/*.h",
26   "requires_arc": true,
27   "pod_target_xcconfig": {
28     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.4.10"
29   }