blob: c88ba8f367d41ba1405d9f98668cd05b8f722449 [file] [log] [blame]
{
"name": "SwiftConnect",
"version": "1.0.0",
"summary": "SwiftConnect, simple yet powerful networking abstraction layer",
"description": "SwiftConnect is a lightweight network abstraction layer, built on top of Alamofire. It can be used to dramatically simplify interacting with RESTful JSON web-services.",
"homepage": "https://github.com/tareksabry1337/SwiftConnect",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Tarek Sabry": "tareksabry444@outlook.com"
},
"source": {
"git": "https://github.com/tareksabry1337/SwiftConnect.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SwiftConnect/Classes/**/*",
"dependencies": {
"Alamofire": [
"5.1.0"
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}