blob: c6b0f67b81e350e4740528a91a5512556bb09f2a [file] [log] [blame]
{
"name": "AssertPack",
"version": "0.1.2",
"summary": "Better assertions in Swift.",
"description": " Improved assertions for your Swift project.\n",
"homepage": "https://github.com/GuanshanLiu/AssertPack",
"license": "MIT",
"authors": {
"Guanshan Liu": "guanshan.liu@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/GuanshanLiu/AssertPack.git",
"tag": "v0.1.2"
},
"source_files": "AssertPack/Assert.swift",
"requires_arc": true
}