[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 5 / 1 / f / UrsusAtom / 1.0.1 / UrsusAtom.podspec.json
blobfcd0a1091088f6cefe6dc26ac312e4300fbfe938
2   "name": "UrsusAtom",
3   "version": "1.0.1",
4   "summary": "A library for manipulating Urbit atoms and auras.",
5   "homepage": "https://github.com/dclelland/UrsusAtom",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/UrsusAtom.git",
14     "tag": "1.0.1"
15   },
16   "swift_versions": [
17     "5.1",
18     "5.2"
19   ],
20   "platforms": {
21     "ios": "13.0",
22     "osx": "10.15"
23   },
24   "source_files": "Ursus Atom/**/*.swift",
25   "dependencies": {
26     "BigInt": [
27       "~> 5.0"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "PhoneticBase",
33       "source_files": "Ursus Phonetic Base/**/*.swift",
34       "dependencies": {
35         "MurmurHash-Swift": [
36           "~> 1.0"
37         ],
38         "Parity": [
39           "~> 2.3"
40         ]
41       }
42     }
43   ],
44   "swift_version": "5.2"