[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / b / GenAPI / 0.4.2 / GenAPI.podspec.json
blobcf24e0ef43bf2a70a5d6176315313553708bb3a3
2   "name": "GenAPI",
3   "version": "0.4.2",
4   "summary": "GenAPI is lightweight, Swift, Generics based library for consuming REST APIs.",
5   "description": "Use GenAPI to easily consume REST API's in a way that takes advantage of Swift Generics.",
6   "homepage": "https://github.com/LucasBest/GenAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lucas Best": "lucas.best.5@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/LucasBest/GenAPI.git",
16     "tag": "0.4.2"
17   },
18   "social_media_url": "https://twitter.com/thereallu5",
19   "swift_versions": "5.0",
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "2.0"
23   },
24   "source_files": "GenAPI/Classes/**/*",
25   "swift_version": "5.0"