blob: 9db3cebab24c9f1fbb1966c63fcf4d7bd5a72013 [file] [log] [blame]
{
"name": "RestBird",
"version": "0.5.1",
"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.0",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/halcyonmobile/RestBird.git",
"tag": "0.5.1"
},
"source_files": "Sources/RestBird/**/*.swift",
"dependencies": {
"Alamofire": [
]
},
"swift_version": "5.0"
}