blob: 3e6f8a467a35131f3935f0180d01cb2545950fbf [file] [log] [blame]
{
"name": "CGLMail",
"version": "0.1.0",
"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.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "Classes/*.{h,m}",
"frameworks": "MessageUI"
}