blob: 3371cac9e65f63d7b1e4e9d86f47e5042c3cc399 [file] [log] [blame]
{
"name": "MWLogging",
"version": "1.0.0",
"summary": "Provides simple logging functions that use the Apple System Log.",
"description": "This repository is forked from https://github.com/MikeWeller/MWLogging\nBetter than using NSLog(...) statements and that too with different log levels.\nDebug log levels will be wiped out from release builds to prevent potential revealing of sensitive information about the app or user.",
"homepage": "https://github.com/SandeepAggarwal/MWLogging",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"Sandeep Aggarwal": "smartsandeep1129@gmail.com"
},
"social_media_url": "https://twitter.com/sandeepCool77",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/SandeepAggarwal/MWLogging.git",
"tag": "1.0.0"
},
"source_files": "MWLogging.{h,m}",
"requires_arc": true
}