| { | |
| "name": "EitherSwift", | |
| "version": "0.0.3", | |
| "license": "MIT", | |
| "summary": "Swift Either type like scala.util.Either", | |
| "homepage": "https://github.com/to4iki/EitherSwift", | |
| "social_media_url": "http://twitter.com/to4iki", | |
| "authors": { | |
| "tsk takezawa": "tsk.take815@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/to4iki/EitherSwift.git", | |
| "tag": "0.0.3" | |
| }, | |
| "platforms": { | |
| "ios": "8.0", | |
| "osx": "10.9" | |
| }, | |
| "source_files": "EitherSwift/**/*.swift", | |
| "requires_arc": "true" | |
| } |