[Add] kit_extension 0.4.3
[CocoaPods.git] / Specs / 2 / b / 0 / BaseAPI / 0.1.9 / BaseAPI.podspec.json
blob711ad88811cb340c2dd287b32364905487845deb
2   "name": "BaseAPI",
3   "version": "0.1.9",
4   "summary": "BaseAPI is a small Swift library wrapper around URLSession.",
5   "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.'",
6   "homepage": "https://github.com/serhii-londar/BaseAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "serhii-londar": "serhii.londar@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/serhii-londar/BaseAPI.git",
16     "tag": "0.1.9"
17   },
18   "social_media_url": "https://twitter.com/serhii_londar",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "source_files": "BaseAPI/Classes/**/*",
23   "frameworks": "Foundation",
24   "swift_versions": "4.2",
25   "swift_version": "4.2"