blob: 2a53a81ac11f4f280baa379e0002d9e90e936360 [file] [log] [blame]
{
"name": "BryceNetworking",
"version": "1.3.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.3.1"
},
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"default_subspecs": "HTTP",
"swift_versions": "5.0",
"swift_version": "5.0",
"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": [
]
}
}
]
}