blob: 5e0a4a079484767212d559ccb10a7a13f0e9ee17 [file] [log] [blame]
{
"name": "TMLog",
"version": "1.0.0",
"summary": "Send output from NSLog() and println() (print() on Swift 2.0) to remote server like papertrail.",
"description": " Send output from NSLog() and println() (print() on Swift 2.0) to remote server like papertrail.\n\n * Works on Objective-C and Swift\n",
"homepage": "https://github.com/fnazarios/TMLog",
"license": "MIT",
"authors": {
"Fernando Nazario Sousa": "fnazarios@gmail.com"
},
"social_media_url": "http://twitter.com/fnazarios",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/fnazarios/TMLog.git",
"tag": "1.0.0"
},
"source_files": [
"TMLog",
"TMLog/*.{h,m}"
],
"public_header_files": "TMLog/*.h",
"requires_arc": true
}