[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 1 / 4 / KRNSendEmail / 0.0.2 / KRNSendEmail.podspec.json
bloba31deccae966a3b6ff4f505bfff41c2519237741
2   "name": "KRNSendEmail",
3   "version": "0.0.2",
4   "summary": "KRNSendEmail is a simple class that helps you to send email from iOS application",
5   "homepage": "https://github.com/ulian-onua/KRNSendEmail",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Julian Drapaylo": "ulian.onua@gmail.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/ulian-onua/KRNSendEmail.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "KRNSendEmail/*.{h,m}",
21   "public_header_files": "KRNSendEmail/*.h",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ],
26   "requires_arc": true