blob: 4b6c8d1ae14215c16ad5912cc73afd6bb36203d6 [file] [log] [blame]
{
"name": "Sweeft",
"version": "0.13.4",
"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.13.4"
},
"social_media_url": "https://twitter.com/sifrinoimperial",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.2"
},
"platforms": {
"ios": "10.0",
"osx": "10.12",
"tvos": "10.0"
},
"source_files": "Sources/Sweeft/**/*",
"frameworks": [
"Foundation",
"Security"
],
"pushed_with_swift_version": "3.2"
}