blob: 0522be32cad129d96498e0d9642e2f26296c79b3 [file] [log] [blame]
{
"name": "Knot",
"version": "1.0.0",
"summary": "Lightweight & Predictable state driven node extension library",
"description": "Knot is lightweight & predictable state driven node extension library for Texture(AsyncDisplayKit)",
"homepage": "https://github.com/Geektree0101/Knot",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Geektree0101": "h2s1880@gmail.com"
},
"source": {
"git": "https://github.com/Geektree0101/Knot.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "9.3"
},
"swift_versions": "5.0",
"source_files": "Knot/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 5.0"
],
"RxCocoa": [
"~> 5.0"
],
"Texture": [
"~> 2.8"
]
},
"swift_version": "5.0"
}