blob: 97c1614c9f9edf514ec9f6da57d208dccc554a5f [file] [log] [blame]
{
"name": "UrsusAtom",
"version": "1.2.2",
"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.2"
},
"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"
}