[Add] scandit-datacapture-frameworks-text 6.28.2
[CocoaPods.git] / Specs / a / b / c / Youbora-YouboraLib / 5.3.8-beta1 / Youbora-YouboraLib.podspec.json
blob5855c3f4a8cf1b55f39cd4fba2e8908dc17623c5
2   "name": "Youbora-YouboraLib",
3   "version": "5.3.8-beta1",
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/NicePeopleAtWork/Youbora-YouboraLib-iOS.git",
20     "tag": "5.3.8-beta1"
21   },
22   "default_subspecs": "default",
23   "requires_arc": true,
24   "subspecs": [
25     {
26       "name": "default",
27       "ios": {
28         "vendored_frameworks": "ios/static/YouboraLib.framework"
29       },
30       "tvos": {
31         "vendored_frameworks": "tvos/static/YouboraLibTvOS.framework"
32       }
33     },
34     {
35       "name": "dynamic",
36       "ios": {
37         "vendored_frameworks": "ios/dynamic/YouboraLib.framework"
38       },
39       "tvos": {
40         "vendored_frameworks": "tvos/dynamic/YouboraLibTvOS.framework"
41       }
42     }
43   ]