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