[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 5 / a / EasyMailSender / 0.0.1 / EasyMailSender.podspec.json
blobda40f2da7cc3db7c3d3df372f57d6c5e5b82126f
2   "name": "EasyMailSender",
3   "version": "0.0.1",
4   "summary": "Easy to send e-mail by MFMailComposeViewController.",
5   "homepage": "https://github.com/azu/EasyMailSender",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "azu": "info@efcl.info"
12   },
13   "platforms": {
14     "ios": null
15   },
16   "source": {
17     "git": "https://github.com/azu/EasyMailSender.git",
18     "tag": "0.0.1"
19   },
20   "source_files": [
21     "Classes",
22     "Classes/**/*.{h,m}"
23   ],
24   "ios": {
25     "resource_bundles": {
26       "EasyMailSender": [
27         "CLasses/Localizable/*.lproj"
28       ]
29     }
30   },
31   "frameworks": "MessageUI",
32   "requires_arc": true