[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 3 / 9 / 0 / MimeParser / 0.1 / MimeParser.podspec.json
blobac20ac36a8f97d1c92d9c3e23cebc1bfd9b2e33b
2   "name": "MimeParser",
3   "version": "0.1",
4   "summary": "Mime parsing in Swift | Relevant RFCs: RFC 822, RFC 2045, RFC 2046",
5   "description": "MimeParser is a simple MIME (Multipurpose Internet Mail Extensions) parsing library written in Swift.",
6   "homepage": "https://github.com/miximka/MimeParser",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "miximka",
12   "platforms": {
13     "ios": "10.3",
14     "osx": "10.12"
15   },
16   "source": {
17     "git": "https://github.com/miximka/MimeParser.git",
18     "tag": "0.1"
19   },
20   "source_files": "Sources/MimeParser/*.swift",
21   "pushed_with_swift_version": "4.0"