blob: a0f24df460eca942df5205134b4bb38cbffe26b8 [file] [log] [blame]
{
"name": "PrintPack",
"version": "0.1.1",
"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.1"
},
"source_files": "PrintPack/Print.swift",
"requires_arc": true
}