[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / a / 0 / Swime / 3.0.6 / Swime.podspec.json
blob6ac55b147ccec541d92dce8f0ecddb86fe52f39a
2   "name": "Swime",
3   "version": "3.0.6",
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.6"
22   },
23   "source_files": "Sources/**/*.{swift}"