blob: e33ec99eed49714d020a44c122e464a1e705530d [file] [log] [blame]
{
"name": "EitherSwift",
"version": "0.1.0",
"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.1.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "EitherSwift/**/*.swift",
"requires_arc": "true"
}