blob: 2949b49d4891da9b0e3a987d8f0967434401e1f0 [file] [log] [blame]
{
"name": "hasValue",
"version": "1.0.0",
"summary": "Reimplementing hasValue in Swift.",
"description": "Apple removed hasValue in Beta 6. On purpose. So I put it back.",
"homepage": "https://github.com/ashfurrow/hasValue",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Ash Furrow": "ash@ashfurrow.com"
},
"social_media_url": "http://twitter.com/ashfurrow",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ashfurrow/hasValue.git",
"tag": "1.0.0"
},
"source_files": "hasValue.swift",
"requires_arc": true
}