[Add] YouboraLib 6.6.23
[CocoaPods.git] / Specs / d / 6 / 0 / YouboraLib / 6.6.23 / YouboraLib.podspec.json
blob985dd74bcf6563a06cc04028302a270e749ebe00
2   "name": "YouboraLib",
3   "version": "6.6.23",
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_versions": [
20     "4.0",
21     "4.1",
22     "4.2",
23     "4.3",
24     "5.0",
25     "5.1"
26   ],
27   "source": {
28     "git": "https://bitbucket.org/npaw/lib-plugin-ios.git",
29     "tag": "6.6.23"
30   },
31   "source_files": "YouboraLib/**/*.{swift,h,m}",
32   "private_header_files": "YouboraLib/**/YBSwift.h",
33   "requires_arc": true,
34   "pod_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.6.23"
36   },
37   "swift_version": "5.1"