blob: a026b5ba015fd628da13ef66cb6cff7f83f3a26c [file] [log] [blame]
{
"name": "OptionalEquatable",
"platforms": {
"ios": "8.0"
},
"version": "0.2.0",
"summary": "OptionalEquatable makes optional conform to Equatable... Sorta. ;)",
"homepage": "https://github.com/JRG-Developer/OptionalEquatable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Joshua Greene": "jrg.developer@gmail.com"
},
"source": {
"git": "https://github.com/JRG-Developer/OptionalEquatable.git",
"tag": "0.2.0"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "OptionalEquatable/Library/*.{swift}"
}