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