blob: 5984d78f40b91225d447271c2d5d219a6e59c73f [file] [log] [blame]
{
"name": "XLTestLog",
"version": "1.2.0",
"license": "MIT",
"summary": "Styling and coloring your XCTest logs on Xcode Console.",
"description": "XLTestLog is a lightweight library to style and color your XCTest logs on Xcode console for more readability.",
"homepage": "https://github.com/xareelee/XLTestLog",
"authors": {
"Kang-Yu Xaree Lee": "xareelee@gmail.com"
},
"source": {
"git": "https://github.com/xareelee/XLTestLog.git",
"tag": "1.2.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"frameworks": [
"Foundation",
"XCTest"
],
"source_files": "XLTestLog/*.{h,m}"
}