blob: 8176d19bb8731d98b4d57df85ea7200186ebdb20 [file] [log] [blame]
{
"name": "Safeguard",
"version": "2.1",
"summary": "A lightweight, flexible tool to help identify and log issues lost in Swift's guard statements.",
"description": "Safeguard is a lightweight tool that extends Swift's Optional and provides simple logging configuration to help you identify areas in your code where you may have silent failures occurring more often than you'd think.",
"homepage": "http://www.instacart.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dan": "daniel.h.loman@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/namolnad/Safeguard.git",
"tag": "v2.1"
},
"source_files": [
"Safeguard",
"Safeguard/**/*.{h,m,swift}",
"Safeguard/*.{h,m,swift}"
],
"pushed_with_swift_version": "3.0"
}