blob: 2fcbadfda418676f4f43f01c5dfe17a390201586 [file] [log] [blame]
{
"name": "PrintPack",
"version": "0.1.2",
"summary": "A replacement for println, which also prints out file name, method name and line number.",
"description": " A replacement for Swift's println() methods, which also prints out file name, method name and line number.\n",
"homepage": "https://github.com/GuanshanLiu/PrintPack",
"license": "MIT",
"authors": {
"Guanshan Liu": "guanshan.liu@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/GuanshanLiu/PrintPack.git",
"tag": "v0.1.2"
},
"source_files": "PrintPack/Print.swift",
"requires_arc": true
}