blob: b267d0fe8223e12e81cbb694eeb81f24b6753121 [file] [log] [blame]
{
"name": "XCEState",
"summary": "Turn any object into a discrete system and describe its states in a declarative style.",
"version": "2.6.2",
"homepage": "https://XCEssentials.github.io/State",
"source": {
"git": "https://github.com/XCEssentials/State.git",
"tag": "2.6.2"
},
"source_files": "Src/**/*.swift",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"dependencies": {
"XCEStaticState": [
"~> 1.1"
]
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Khatskevich": "maxim@khatskevi.ch"
},
"deprecated": true,
"deprecated_in_favor_of": "XCEFunctionalState",
"pushed_with_swift_version": "3.0"
}