blob: d65f8eb6704cf470c825a244d486cf59fc66f337 [file] [log] [blame]
{
"name": "ExtOptional",
"version": "1.0",
"summary": "Some extensions for Optional type",
"description": "Handful of functions, operators and properties that will help you work with Optional types.",
"homepage": "https://github.com/Smitters/OptionalExtensions.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Smetankin": "smetankin93@gmail.com"
},
"social_media_url": "https://twitter.com/smetankin93",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/Smitters/OptionalExtensions.git",
"tag": "1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}