blob: c312028505d1a51d1d307b37b0ca3583066e9731 [file] [log] [blame]
{
"name": "NetLab",
"version": "0.0.1",
"summary": "A super light-weight framework to help with simpler network operations.",
"description": "A super light-weight framework to help with simpler network operations while being super efficient. It uses a functional programming style.",
"homepage": "https://github.com/marioamgad9/NetLab",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mario Mouris": "marioamgad9@gmail.com"
},
"social_media_url": "https://twitter.com/MourisMario",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/marioamgad9/NetLab.git",
"tag": "0.0.1"
},
"source_files": "NetLab/**/*.{swift,h,m}",
"swift_versions": "5.0",
"frameworks": "PromiseKit",
"dependencies": {
"PromiseKit": [
"~> 6.8"
]
},
"swift_version": "5.0"
}