[Add] LogRocket 1.47.2
[CocoaPods.git] / Specs / 2 / 0 / b / ReaktiveBoar / 0.56.0 / ReaktiveBoar.podspec.json
blobce38cfb936fe62afef70bd9e39655b63014d6bcf
2   "name": "ReaktiveBoar",
3   "version": "0.56.0",
4   "summary": "A Swift binding framework",
5   "description": "Bond is a Swift reactive binding framework that takes binding concept to a whole new level.\nIt's simple, powerful, type-safe and multi-paradigm - just like Swift.\n\nBond is also a framework that bridges the gap between the reactive and imperative paradigms.\nYou can use it as a standalone framework to simplify your state changes with bindings and reactive data sources,\nbut you can also use it with ReactiveKit to complement your reactive data flows with bindings and\nreactive delegates and data sources.",
6   "homepage": "https://gitlab.com/killev/ReaktiveBoar",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Petro Ovchynnikov": "peter@boarlabs.xyz"
13   },
14   "platforms": {
15     "ios": "11.0"
16   },
17   "source": {
18     "git": "https://gitlab.com/killev/ReaktiveBoar.git",
19     "tag": "v0.56.0"
20   },
21   "source_files": [
22     "ReaktiveBoar/**/*.{h,m,swift}",
23     "Supporting Files/Bond.h"
24   ],
25   "pod_target_xcconfig": {
26     "OTHER_SWIFT_FLAGS": "-DBUILDING_WITH_XCODE $(inherited)"
27   },
28   "requires_arc": true,
29   "swift_versions": "5.0",
30   "dependencies": {
31     "Bond": [
32       "~> 7.0"
33     ],
34     "SwinjectAutoregistration": [
35       "~> 2.6"
36     ],
37     "BrightFutures": [
38       "~> 8.0"
39     ]
40   },
41   "swift_version": "5.0"