blob: 36903c604904ac0473b60eec94f0b461c4e38834 [file] [log] [blame]
{
"name": "iCombineNetwork",
"platforms": {
"ios": "9.0"
},
"summary": "iCombineNetwork allows a project to construct the network layer using Combine before iOS 13.",
"requires_arc": true,
"version": "0.4.8",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adamas Zhu": "developer@adamaszhu.com",
"Leon Nguyen": "leon.nguyen291@gmail.com"
},
"homepage": "https://github.com/adamaszhu/iCombine",
"source": {
"git": "https://github.com/adamaszhu/iCombine.git",
"tag": "0.4.8"
},
"source_files": "iCombineNetwork/iCombineNetwork/**/*.{swift}",
"swift_versions": "5",
"frameworks": "Foundation",
"dependencies": {
"iCombine": [
"~> 0.3.5"
]
},
"swift_version": "5"
}