| { |
| "name": "UrsusAtom", |
| "version": "1.2.1", |
| "summary": "A library for manipulating Urbit atoms and auras.", |
| "homepage": "https://github.com/dclelland/UrsusAtom", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Daniel Clelland": "daniel.clelland@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/dclelland/UrsusAtom.git", |
| "tag": "1.2.1" |
| }, |
| "swift_versions": [ |
| "5.1", |
| "5.2" |
| ], |
| "platforms": { |
| "ios": "13.0", |
| "osx": "10.15" |
| }, |
| "source_files": "Ursus Atom/**/*.swift", |
| "dependencies": { |
| "BigInt": [ |
| "~> 5.0" |
| ] |
| }, |
| "subspecs": [ |
| { |
| "name": "PhoneticBase", |
| "source_files": "Ursus Phonetic Base/**/*.swift", |
| "dependencies": { |
| "MurmurHash-Swift": [ |
| "~> 1.0" |
| ], |
| "Parity": [ |
| "~> 2.3" |
| ] |
| } |
| } |
| ], |
| "swift_version": "5.2" |
| } |