blob: 9b26f5c34ba5e01e9aada5c0564f71151d0a9bca [file] [log] [blame]
{
"name": "SuperLogger",
"version": "0.1.0",
"summary": "Save NSLog() to file and send email to developer.",
"description": " Save NSLog() to file and send email to developer.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
"homepage": "https://github.com/yourtion/SuperLogger",
"license": "Apache License, Version 2.0",
"authors": {
"Yourtion": "yourtion@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yourtion/SuperLogger.git",
"tag": "0.1.0"
},
"source_files": "SuperLogger",
"frameworks": [
"UIKit",
"MessageUI"
],
"requires_arc": true
}