blob: 279c465db7d9e9e7c41b54e4ed64aa05b074110e [file] [log] [blame]
{
"name": "BryceNetworking",
"version": "3.0.0",
"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": "3.0.0"
},
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"default_subspecs": "HTTP",
"swift_versions": "5.1",
"subspecs": [
{
"name": "Core",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"dependencies": {
"Alamofire": [
"~> 5.0"
],
"AlamofireNetworkActivityLogger": [
"~> 3.0"
]
},
"source_files": "Bryce/Classes/Core/*.{swift}"
},
{
"name": "HTTP",
"platforms": {
"ios": "10.0",
"watchos": "4.0"
},
"source_files": "Bryce/Classes/HTTP/*.{swift}",
"dependencies": {
"BryceNetworking/Core": [
]
}
}
],
"swift_version": "5.1"
}