[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 4 / 6 / b / HBMailUtil / 0.1.2 / HBMailUtil.podspec.json
blob1824b78a58ab9666e661f570d1b6b97e941638e8
2   "name": "HBMailUtil",
3   "version": "0.1.2",
4   "summary": "Sending mails with `skpsmtpmessage` in serial order.",
5   "description": "As you known, `skpsmtpmessage` could not send email in concurrent order. `MailUtil` is a tool that wrap `skpsmtpmessage` to send emails in serial order.",
6   "homepage": "https://github.com/lishuailibertine/HBMailUtil",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "lishuailibertine": "lishuai@touker.com"
13   },
14   "source": {
15     "git": "https://github.com/lishuailibertine/HBMailUtil.git",
16     "tag": "0.1.2"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "HBMailUtil/Classes/*.{h,m}",
23   "public_header_files": "HBMailUtil/Classes/*.h",
24   "frameworks": [
25     "CFNetwork",
26     "Foundation"
27   ],
28   "subspecs": [
29     {
30       "name": "skpsmtpmessage",
31       "source_files": "HBMailUtil/Classes/skpsmtpmessage/*.{h,m}",
32       "public_header_files": "HBMailUtil/Classes/skpsmtpmessage/*.h",
33       "requires_arc": false,
34       "frameworks": [
35         "CFNetwork",
36         "Foundation"
37       ]
38     }
39   ]