blob: 587758acc121ac4911ef70567c0194bbf9aa6432 [file] [log] [blame]
{
"name": "CustomNetwork",
"version": "0.1.0",
"summary": "A custom pod for using it as a network layers in projects",
"description": "A custom pod for using it as a network layers in projects as it will be used a layer for my custom projects to call functions and pass reasonable data.",
"swift_versions": "5.0",
"homepage": "https://github.com/laiq-eureka/Network",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Rana Laiq Ahmed": "laiq@rebeltechnology.io"
},
"source": {
"git": "https://github.com/laiq-eureka/Network.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "Network/Classes/**/*",
"dependencies": {
"Alamofire": [
]
},
"swift_version": "5.0"
}