blob: dc4bf8bc8430225c26a612e6a55f183190ff28bf [file] [log] [blame]
{
"name": "CGLMail",
"version": "0.1.1",
"summary": "A simple class that cares about email and MessageUI, so you don't have to.",
"description": " CGLMail makes it easy to send email from any class in your app, without implementing the MFMailComposeViewControllerDelegate protocol all over the place. \n",
"homepage": "https://github.com/chrisladd/CGLMail",
"license": "MIT",
"authors": {
"Chris Ladd": "c.g.ladd@gmail.com"
},
"source": {
"git": "https://github.com/chrisladd/CGLMail.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/chrisladd",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": "MessageUI"
}