[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / 0 / BaseAPI / 0.2.0 / BaseAPI.podspec.json
blob60785561bdc67171392adceeaff9e711d2bb7d74
2   "name": "BaseAPI",
3   "version": "0.2.0",
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   },
10   "homepage": "https://github.com/serhii-londar/BaseAPI",
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "serhii-londar": "serhii.londar@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/serhii-londar/BaseAPI.git",
20     "tag": "0.2.0"
21   },
22   "social_media_url": "https://twitter.com/serhii_londar",
23   "source_files": "BaseAPI/Classes/**/*",
24   "frameworks": "Foundation",
25   "swift_versions": "5",
26   "swift_version": "5"