blob: de98a8b4792df43f0498a97bf3b24dfffe3a9385 [file] [log] [blame]
{
"name": "SimpleLog",
"version": "0.3",
"summary": "Simple logging solution with latency aggregators (iOS)",
"description": "Simple logger for errors, events and performance (for iOS)\n\n* Has ability to send emails in HTML format\n* Performance statistic analyzer",
"homepage": "https://github.com/Itheme/SimpleLog",
"license": "MIT",
"authors": {
"Dan Parkhomenko": "thereaintnomailformeagain@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/Itheme/SimpleLog.git",
"tag": "0.3"
},
"source_files": "SimpleLogClasses/*.{h,m,xib,png}",
"resources": "Resources/*.{xib,png}",
"frameworks": "UIKit"
}