blob: b06b010d84ca61b150c6f09f09cc29fa290c188c [file] [log] [blame]
{
"name": "SimpleConnector",
"version": "1.0.0",
"summary": "A simple framework to perform HTTP request in Swift",
"description": "A simple framework to perform HTTP request in Swift.",
"homepage": "https://github.com/rafaelbaraldi/SimpleConnector",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rafaelbaraldi": "rafael_baraldi_13@hotmail.com"
},
"source": {
"git": "https://github.com/rafaelbaraldi/SimpleConnector.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/rafaelbaraldi",
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "SimpleConnector/Classes/**/*",
"swift_version": "5.0"
}