| { |
| "name": "SimpleStates", |
| "version": "0.1.3", |
| "summary": "Dead simple states for reactive programming in Swift.", |
| "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).", |
| "homepage": "https://github.com/bd452/SimpleStates", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Bryce Dougherty": "bryce.dougherty@gmail.com" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "swift_versions": "5.0", |
| "source": { |
| "git": "https://github.com/bd452/SimpleStates.git", |
| "tag": "0.1.3" |
| }, |
| "source_files": "SimpleStates", |
| "swift_version": "5.0" |
| } |