[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 9 / d / Loop / 2.0.0-beta2 / Loop.podspec.json
blob32446c3396335b2f1b63e4837b532639ffc41427
2   "name": "Loop",
3   "version": "2.0.0-beta2",
4   "summary": "Unidirectional reactive architecture",
5   "description": "A unidirectional data flow µframework, built on top of ReactiveSwift.",
6   "homepage": "https://github.com/ReactiveCocoa/Loop/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "ReactiveCocoa Community",
12   "platforms": {
13     "ios": "11.0",
14     "osx": "10.13",
15     "watchos": "4.0",
16     "tvos": "11.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/Loop.git",
20     "tag": "2.0.0-beta2"
21   },
22   "source_files": [
23     "Loop/*.{swift}",
24     "Loop/**/*.{swift}",
25     "Loop/**/**/*.{swift}"
26   ],
27   "cocoapods_version": ">= 1.7.0",
28   "swift_versions": [
29     "5.2"
30   ],
31   "dependencies": {
32     "ReactiveSwift": [
33       "~> 6.2"
34     ]
35   },
36   "swift_version": "5.2"