blob: c1ed381b0a0a1adf576255d24a8e16db0cdc79c4 [file] [log] [blame]
{
"name": "DecreeServices",
"version": "2.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://github.com/drewag/DecreeServices",
"authors": {
"Andrew J. Wagner": "https://drewag.me"
},
"summary": "Service Declarations for Decree",
"source": {
"git": "https://github.com/drewag/DecreeServices.git",
"tag": "2.0.0"
},
"swift_versions": "5.0.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source_files": "Sources/DecreeServices/**/*.swift",
"dependencies": {
"Decree": [
"~> 2.1.0"
],
"CryptoSwift": [
"~> 1.0.0"
]
},
"swift_version": "5.0.1"
}