blob: b1d03db04d28d721fb6e2b85d92620bb5474881f [file] [log] [blame]
{
"name": "BaseAPI",
"version": "0.1.10",
"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.10"
},
"social_media_url": "https://twitter.com/serhii_londar",
"platforms": {
"ios": "9.0"
},
"source_files": "BaseAPI/Classes/**/*",
"frameworks": "Foundation",
"swift_versions": "5",
"swift_version": "5"
}