blob: 89010c98ff823a59a5d1986ca560fa0633e1d667 [file] [log] [blame]
{
"name": "Apex",
"version": "4.0.4",
"platforms": {
"ios": "9.3"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"summary": "A Swift model management library with async capability built in.",
"homepage": "https://github.com/dtartaglia/Apex",
"authors": {
"Daniel Tartaglia": "danielt1263@gmail.com"
},
"source": {
"git": "https://github.com/dtartaglia/Apex.git",
"tag": "4.0.4"
},
"description": "A model/state management library inspired by Redux but with async capability built into the model through the use of Command objects.",
"source_files": "Apex/*.swift",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}