[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / d / 6 / 0 / YouboraLib / 6.2.12 / YouboraLib.podspec.json
blob97a904a2085ebdf854af8757feb0eae461f8b2aa
2   "name": "YouboraLib",
3   "version": "6.2.12",
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   },
18   "source": {
19     "git": "https://bitbucket.org/npaw/lib-plugin-ios.git",
20     "tag": "6.2.12"
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.2.12"
27   }