blob: 7c63c5e872903073d60585b78f83f8b715b94b5d [file] [log] [blame]
{
"name": "BryceNetworking",
"version": "1.0.1",
"summary": "Bryce is a simplified URLSession wrapper designed to make HTTP networking easy.",
"description": "Bryce makes HTTP networking easy by providing a single-layer wrapper around URLSession, and provides a seamless interface to help construct your REST API client.",
"homepage": "https://github.com/erusso1/Bryce",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"erusso1": "ephraim.s.russo@gmail.com"
},
"source": {
"git": "https://github.com/erusso1/Bryce.git",
"tag": "1.0.1"
},
"swift_version": "4.2",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"default_subspecs": "HTTP",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"dependencies": {
"KeychainAccess": [
],
"Alamofire": [
],
"AlamofireNetworkActivityLogger": [
],
"CodableAlamofire": [
]
},
"source_files": "Bryce/Classes/Core/*.{swift}"
},
{
"name": "HTTP",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"source_files": "Bryce/Classes/HTTP/*.{swift}",
"dependencies": {
"BryceNetworking/Core": [
]
}
},
{
"name": "Promises",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"source_files": "Bryce/Classes/Promises/*.{swift}",
"dependencies": {
"BryceNetworking/Core": [
],
"PromiseKit/Alamofire": [
]
}
}
]
}