| { |
| "name": "Gaikan", |
| "version": "0.1.0", |
| "source": { |
| "git": "https://github.com/akane/Gaikan.git", |
| "tag": "0.1.0" |
| }, |
| "summary": "View styling for iOS. Inspired by ReactJS and CSS modules.", |
| "description": "Easily create (interchangeable) styles for your views using flexible swift structs.", |
| "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 |
| } |