blob: b673a03304bccc041dfdefb1e9c86be043cf7f9f [file] [log] [blame]
{
"name": "XLTestLog",
"version": "1.0.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.0.0",
"submodules": true
},
"requires_arc": true,
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"frameworks": [
"Foundation",
"XCTest"
],
"dependencies": {
"XAspect": [
]
},
"source_files": "XLTestLog/*.{h,m}"
}