[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / d / 6 / 0 / YouboraLib / 6.4.7 / YouboraLib.podspec.json
blobd4210a11c96d60829ec513a992887a241fb17102
2   "name": "YouboraLib",
3   "version": "6.4.7",
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   "swift_version": "5.0",
19   "source": {
20     "git": "https://bitbucket.org/npaw/lib-plugin-ios.git",
21     "tag": "6.4.7"
22   },
23   "source_files": "YouboraLib/**/*.{swift,h,m}",
24   "public_header_files": "YouboraLib/**/*.h",
25   "requires_arc": true,
26   "pod_target_xcconfig": {
27     "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOUBORALIB_VERSION=6.4.7"
28   }