[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / e / 6 / 7 / CGLMail / 0.1.1 / CGLMail.podspec.json
blobdc4bf8bc8430225c26a612e6a55f183190ff28bf
2   "name": "CGLMail",
3   "version": "0.1.1",
4   "summary": "A simple class that cares about email and MessageUI, so you don't have to.",
5   "description": "                       CGLMail makes it easy to send email from any class in your app, without implementing the MFMailComposeViewControllerDelegate protocol all over the place. \n",
6   "homepage": "https://github.com/chrisladd/CGLMail",
7   "license": "MIT",
8   "authors": {
9     "Chris Ladd": "c.g.ladd@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/chrisladd/CGLMail.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/chrisladd",
16   "platforms": {
17     "ios": "6.0"
18   },
19   "requires_arc": true,
20   "source_files": "Classes/*.{h,m}",
21   "frameworks": "MessageUI"