blob: 06ea48f49631b6cb90d7b3862b0568867e5481d7 [file] [log] [blame]
{
"name": "Sweeft",
"version": "0.12.0",
"summary": "Swift but a bit Sweeter - More Syntactic Sugar for Swift",
"description": "A collection of different operators and extensions that make writing in Swift a bit sweeter.",
"homepage": "https://github.com/mathiasquintero/Sweeft",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mathias Quintero": "mathias.quintero@tum.de"
},
"source": {
"git": "https://github.com/mathiasquintero/Sweeft.git",
"tag": "0.12.0"
},
"social_media_url": "https://twitter.com/sifrinoimperial",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/Sweeft/**/*",
"frameworks": [
"Foundation",
"Security"
],
"pushed_with_swift_version": "3.0"
}