blob: 8e426482df34272fbc538ea37959c2ce320a14c2 [file] [log] [blame]
{
"name": "Sweeft",
"version": "0.8.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.8.0"
},
"social_media_url": "https://twitter.com/sifrinoimperial",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "9.0"
},
"source_files": "Sources/Sweeft/**/*",
"frameworks": "Foundation",
"pushed_with_swift_version": "3.0"
}