blob: 3d310ba17f451549c2ef9c88ac684c55f1022b6b [file] [log] [blame]
{
"name": "Djessi",
"version": "0.3.4",
"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.4"
},
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"default_subspecs": [
"Core",
"ReactiveExtensions"
],
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Core",
"source_files": "Source/Core/**/*",
"frameworks": "Foundation"
},
{
"name": "ReactiveExtensions",
"ios": {
"source_files": [
"Source/ReactiveExtensions/ReactiveExtension.swift",
"Source/ReactiveExtensions/iOS/**/*"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
"dependencies": {
"Djessi/Core": [
]
}
}
]
}