blob: 13830c7fc33ebd34cb1f7cee12f86fe961f8ac58 [file] [log] [blame]
{
"name": "RestBird",
"version": "0.2.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.2.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": [
]
}
}
]
}