blob: 384909705fed01bbc425a7ee45a56b09f9e282c7 [file] [log] [blame]
{
"name": "SwiftySweetness",
"version": "1.4.0",
"summary": "Basic extensions to make Swift a little sweeter.",
"description": "SwiftySweetness adds extensions to Swift to improve functionality and make tasks simpler.",
"homepage": "https://github.com/cszatma/SwiftySweetness",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christopher Szatmary": "cs@christopherszatmary.com"
},
"source": {
"git": "https://github.com/cszatma/SwiftySweetness.git",
"tag": "1.4.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"pushed_with_swift_version": "4.0"
}