blob: 170cf02b9c6af1d51f3164320180d9713cc8f7e3 [file] [log] [blame]
{
"name": "Djessi",
"version": "0.3.1",
"summary": "Djessi is lightweight reactive framework based on smart key paths.",
"description": "Djessi is reactive abstraction over NSObject based on [smart key paths](https://github.com/apple/swift-evolution/blob/master/proposals/0161-key-paths.md) & defines lightweight reactive objects for your models.",
"homepage": "https://github.com/AGStarz/Djessi.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"AGStarz": "agafonov.vasya.93@gmail.com"
},
"source": {
"git": "https://github.com/AGStarz/Djessi.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Source/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "4.0"
}