| { |
| "name": "Knot", |
| "version": "1.1.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.1.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" |
| } |