blob: b33659631c1b1582f407a3569f06b778bcf52b06 [file] [log] [blame]
{
"name": "BryceNetworking",
"version": "2.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": "2.0.0"
},
"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": [
]
}
}
]
}