blob: 098d3314b549b2485425e8014e769dee2408bc22 [file] [log] [blame]
{
"name": "GSLog",
"version": "0.0.1",
"summary": "GSLog is colored log",
"description": "Colored log using xCodeColors. easy ti use",
"homepage": "https://github.com/gangstarmn/GSLog",
"license": "MIT",
"authors": {
"Gantulga": "gangstarmn@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/gangstarmn/GSLog.git",
"tag": "0.0.1"
},
"source_files": "GSLog/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"ATLog": [
]
}
}