[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / d / 6 / 0 / YouboraLib / 6.0.5 / YouboraLib.podspec.json
blob63304e933e87085b34b143cefd33a05f548c43bc
2   "name": "YouboraLib",
3   "version": "6.0.5",
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": "8.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/NPAW/lib-plugin-ios.git",
20     "tag": "6.0.5"
21   },
22   "source_files": "YouboraLib/**/*.{h,m}",
23   "public_header_files": "YouboraLib/**/*.h",
24   "requires_arc": true,
25   "pod_target_xcconfig": {
26     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.0.5"
27   }