[Add] Capacitor 7.0.0
[CocoaPods.git] / Specs / 0 / 5 / 6 / SwiftRadix / 1.3.1 / SwiftRadix.podspec.json
blobe70eb67574de506ea38dfbdf0077db9fa771a1de
2   "name": "SwiftRadix",
3   "version": "1.3.1",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "A Swift library for translating integers to/from radix strings (binary, hex, octal, etc.) using simple functional syntax.",
9   "homepage": "https://github.com/orchetect/SwiftRadix",
10   "authors": {
11     "Steffan Andrews": "https://github.com/orchetect"
12   },
13   "source": {
14     "git": "https://github.com/orchetect/SwiftRadix.git",
15     "tag": "1.3.1"
16   },
17   "platforms": {
18     "osx": "10.13",
19     "ios": "12.0",
20     "tvos": "12.0",
21     "watchos": "5.0"
22   },
23   "source_files": "Sources/**/*.swift",
24   "swift_versions": "5.1",
25   "swift_version": "5.1"