[Add] GluedInSDK 2.5.1
[CocoaPods.git] / Specs / 2 / b / 0 / BaseAPI / 0.2.1 / BaseAPI.podspec.json
blob51b73996f6bf2d503c94c0389e8ba18e7c8cea22
2   "name": "BaseAPI",
3   "version": "0.2.1",
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   "platforms": {
7     "tvos": "9.0",
8     "ios": "9.0",
9     "osx": "10.13",
10     "watchos": "2.0"
11   },
12   "homepage": "https://github.com/serhii-londar/BaseAPI",
13   "license": {
14     "type": "MIT",
15     "file": "LICENSE"
16   },
17   "authors": {
18     "serhii-londar": "serhii.londar@gmail.com"
19   },
20   "source": {
21     "git": "https://github.com/serhii-londar/BaseAPI.git",
22     "tag": "0.2.1"
23   },
24   "social_media_url": "https://twitter.com/serhii_londar",
25   "source_files": "BaseAPI/Classes/**/*",
26   "frameworks": "Foundation",
27   "swift_versions": "5",
28   "swift_version": "5"