blob: aba6ec527dbcf6b46fe56f11c1afe60a4baab560 [file] [log] [blame]
{
"name": "BaseAPI",
"version": "0.1.5",
"summary": "BaseAPI is a small Swift library wrapper around URLSession.",
"description": "'BaseAPI is a small Swift library which helps you to implement any REST API.\nThe main goal is to simplify sending HTTP request and receiving response.'",
"homepage": "https://github.com/serhii-londar/BaseAPI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"serhii-londar": "serhii.londar@gmail.com"
},
"source": {
"git": "https://github.com/serhii-londar/BaseAPI.git",
"tag": "0.1.5"
},
"social_media_url": "https://twitter.com/serhii_londar",
"platforms": {
"ios": "9.0"
},
"source_files": "BaseAPI/Classes/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}