blob: 610c2868ac83ae027bcb9935f9b4c6382ea4f48e [file] [log] [blame]
{
"name": "SuperLogger",
"version": "0.6.7",
"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",
"screenshots": [
"https://raw.githubusercontent.com/yourtion/SuperLogger/master/ScreenShot/ScreenShot1.PNG",
"https://raw.githubusercontent.com/yourtion/SuperLogger/master/ScreenShot/ScreenShot2.PNG",
"https://raw.githubusercontent.com/yourtion/SuperLogger/master/ScreenShot/ScreenShot3.PNG"
],
"license": "Apache License, Version 2.0",
"authors": {
"Yourtion": "yourtion@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yourtion/SuperLogger.git",
"tag": "0.6.7"
},
"source_files": "SuperLogger",
"resources": [
"SuperLogger/Resources/**/*.bundle"
],
"frameworks": [
"Foundation",
"UIKit",
"MessageUI"
],
"requires_arc": true
}