[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 8 / 9 / f / SimpleStates / 0.1.1 / SimpleStates.podspec.json
blobefc5624e6dc5d276eaf0d7800663e58ccac37761
2   "name": "SimpleStates",
3   "version": "0.1.1",
4   "summary": "Dead simple states for reactive programming in Swift.",
5   "description": "Allows you to attach a State to a given property in Swift, and have that property change whenever the state does.\n\nThis is a lot more lightweight and easy to understand when compared to ReactiveSwift and the like (though if you're going to be doing any heavy lifting you should probably use those).",
6   "homepage": "https://github.com/bd452/SimpleStates",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Bryce Dougherty": "bryce.dougherty@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/bd452/SimpleStates.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "SimpleStates",
23   "swift_version": "5.0"