[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 9 / d / Loop / 0.9.0 / Loop.podspec.json
blob5151ab578093cddd57b023b3dd74e9cb740402a8
2   "name": "Loop",
3   "version": "0.9.0",
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": "8.0",
14     "osx": "10.9",
15     "watchos": "2.0",
16     "tvos": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/ReactiveCocoa/Loop.git",
20     "tag": "0.9.0"
21   },
22   "source_files": "ReactiveFeedback/*.{swift}",
23   "cocoapods_version": ">= 1.7.0",
24   "swift_versions": [
25     "5.0",
26     "5.1"
27   ],
28   "dependencies": {
29     "ReactiveSwift": [
30       "~> 6.0"
31     ]
32   },
33   "swift_version": "5.1"