[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / e / 4 / b / GenAPI / 0.3.3 / GenAPI.podspec.json
blobf102c2b0caebc15f835a25e67793c3b2964810bb
2   "name": "GenAPI",
3   "version": "0.3.3",
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.3.3"
17   },
18   "social_media_url": "https://twitter.com/thereallu5",
19   "swift_version": "5.0",
20   "platforms": {
21     "ios": "10.0",
22     "watchos": "2.0"
23   },
24   "source_files": "GenAPI/Classes/**/*",
25   "dependencies": {
26     "ObjectDecoder": [
28     ]
29   }