blob: ae2c785399a72e2b3221b6e6a4e6febff3961c93 [file] [log] [blame]
{
"name": "SuperLogger",
"version": "0.9.1",
"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!",
"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": "MIT",
"authors": {
"Yourtion": "yourtion@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/yourtion/SuperLogger.git",
"tag": "0.9.1"
},
"source_files": "SuperLogger",
"resources": [
"SuperLogger/Resources/**/*.bundle"
],
"frameworks": [
"Foundation",
"UIKit",
"MessageUI"
],
"requires_arc": true
}