blob: 0a048f4a5aa5908bd70bb78d9ef695bb51df4dd4 [file] [log] [blame]
{
"name": "SwiftySweetness",
"version": "1.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": "1.0.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftySweetness/**/*.{swift}",
"frameworks": "UIKit",
"pushed_with_swift_version": "4.0"
}