blob: 850ce8b52438b1eac695ad75742ad910acd4ba92 [file] [log] [blame]
{
"name": "YassNetworking",
"version": "1.0.0",
"license": "MIT",
"summary": "Networking layer",
"homepage": "https://github.com/yelmouden/networking",
"source": {
"git": "https://github.com/yelmouden/YassNetworking.git",
"tag": "YassNetworking/1.0.0"
},
"authors": {
"yassin el mouden": "yassin.elmouden@gmail.com"
},
"platforms": {
"ios": "13.5"
},
"module_name": "YassNetworking",
"swift_versions": "5.0",
"dependencies": {
"RxSwift": [
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Sources/**/*.swift"
}
],
"swift_version": "5.0"
}