| { |
| "name": "Gaikan", |
| "version": "0.9.0", |
| "source": { |
| "git": "https://github.com/akane/Gaikan.git", |
| "tag": "0.9.0" |
| }, |
| "summary": "Declarative view styling in Swift.", |
| "description": "Powerful styling capabilities using a declarative DSL in Swift. Inspired by ReactJS and CSS modules.", |
| "homepage": "https://github.com/akane/Gaikan.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": [ |
| "pjechris", |
| "akane" |
| ], |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "Gaikan/**/*.{swift}", |
| "requires_arc": true, |
| "dependencies": { |
| "KVOController": [ |
| "~> 1.x" |
| ] |
| }, |
| "pushed_with_swift_version": "3.0" |
| } |