blob: 77e2b16ef9e893be13ffd79f52ffca7751045b96 [file] [log] [blame]
{
"name": "RestBird",
"version": "0.5.2",
"homepage": "https://github.com/halcyonmobile/RestBird",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Halcyon Mobile",
"summary": "Lightweight, stateless REST network manager over the Codable protocol.",
"swift_versions": "5.2",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/halcyonmobile/RestBird.git",
"tag": "0.5.2"
},
"source_files": "Sources/RestBird/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
]
},
"swift_version": "5.2"
}