[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / 0 / 5 / 6 / SwiftRadix / 1.0.2 / SwiftRadix.podspec.json
blob03abc87091cd3cabd1c0b8562ff978f79342fd8f
2   "name": "SwiftRadix",
3   "version": "1.0.2",
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.0.2"
16   },
17   "platforms": {
18     "osx": "10.10",
19     "ios": "8.0",
20     "tvos": "9.0",
21     "watchos": "2.0"
22   },
23   "source_files": "Sources/SwiftRadix/**/*.swift",
24   "swift_versions": "5.3",
25   "swift_version": "5.3"