blob: f1b6ebb3b4cce1565839ef66b44d2b98f4d379ef [file] [log] [blame]
{
"name": "SwiftySweetness",
"version": "2.0.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": "2.0.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"
}
}