[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / d / 3 / base85 / 1.0.0 / base85.podspec.json
blob671d5264910e120bdc4916237f4b4e2de5cca2aa
2   "name": "base85",
3   "version": "1.0.0",
4   "summary": "Swift library for ASCII85 and Z85 encoding/decoding",
5   "homepage": "https://github.com/batonPiotr/base85",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "Pawel Sulik": "pawelsulik@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/batonPiotr/base85.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "9.0"
19   },
20   "swift_versions": "4.0",
21   "source_files": "Sources/base85/**/*",
22   "swift_version": "4.0"