blob: 29b27257c399d2329b8e77a9968b6424f28b4ec2 [file] [log] [blame]
{
"name": "OptionalExtensions",
"version": "1.0",
"summary": "Swift µframework with extensions for the Optional Type",
"description": "Swift's Optional is pretty awesome, but it can always get better. This repository is an humble attempt to add some utility methods to it.",
"homepage": "https://github.com/RuiAAPeres/OptionalExtensions",
"license": "MIT",
"authors": "Rui Peres",
"social_media_url": "https://twitter.com/peres",
"source": {
"git": "https://github.com/RuiAAPeres/OptionalExtensions.git",
"tag": "1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "OptionalExtensions/Source/*"
}