[Add] LiteRTSwift 0.0.1-nightly.20241212
[CocoaPods.git] / Specs / a / b / 9 / RxRelay-PropertyWrappers / 0.2.0 / RxRelay-PropertyWrappers.podspec.json
blob98b275187ab163bf1551234f52e80d740b47cfaa
2   "name": "RxRelay-PropertyWrappers",
3   "version": "0.2.0",
4   "summary": "Offers convenient property wrappers for relays from RXRelay.",
5   "description": "Offers convenient property wrappers for relays from RXRelay, in particular where a type wants to publicly offer just an Observable or AnyObserver, while keeping its own private reference to the underlying relay.",
6   "homepage": "https://github.com/BenMaer/RxRelay-PropertyWrappers",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Ben Maer": "ben@resplendent.co"
13   },
14   "source": {
15     "git": "https://github.com/BenMaer/RxRelay-PropertyWrappers.git",
16     "tag": "v0.2.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "swift_versions": "4.0",
22   "source_files": "RxRelay-PropertyWrappers/Classes/**/*",
23   "dependencies": {
24     "RxRelay": [
25       "6.5.0"
26     ]
27   },
28   "testspecs": [
29     {
30       "name": "Tests",
31       "test_type": "unit",
32       "source_files": "Example/Tests/**/*.swift"
33     }
34   ],
35   "swift_version": "4.0"