[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / 9 / f / SimpleStates / 0.1.3 / SimpleStates.podspec.json
blobf367930ae4b840936fdd146da3d99ba64417d591
2   "name": "SimpleStates",
3   "version": "0.1.3",
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.3"
21   },
22   "source_files": "SimpleStates",
23   "swift_version": "5.0"