blob: dd2c2b3b81cbaae3a95ff843b98b3599ca6cd060 [file] [log] [blame]
{
"name": "RestBird",
"version": "0.1.0",
"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_version": "4.2",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/halcyonmobile/RestBird.git",
"tag": "v0.1.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
]
}
}