[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 3 / a / 0 / Swime / 3.0.1 / Swime.podspec.json
blob24b218785ee6a00636ea3981ab5dc7d6911a9b78
2   "name": "Swime",
3   "version": "3.0.1",
4   "summary": "Swift MIME type checking based on magic bytes",
5   "description": "Swift check MIME type based on magic bytes. It does so by reading the given `Data` instance.\nUsage instructions are on https://github.com/sendyhalim/Swime",
6   "homepage": "https://github.com/sendyhalim/Swime",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sendy Halim": "sendyhalim93@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "social_media_url": "https://github.com/sendyhalim",
19   "source": {
20     "git": "https://github.com/sendyhalim/Swime.git",
21     "tag": "3.0.1"
22   },
23   "source_files": "Sources/**/*.{swift}",
24   "pushed_with_swift_version": "3.0"