[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / f / c / CodableAlamofire / 1.2.1 / CodableAlamofire.podspec.json
blob60dc0709b75783340c2dc1533603429895f425af
2   "name": "CodableAlamofire",
3   "version": "1.2.1",
4   "summary": "An extension for Alamofire that converts JSON data into Decodable Objects.",
5   "homepage": "https://github.com/Otbivnoe/CodableAlamofire",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nikita Ermolenko": "gnod94@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/iOtbivnoe",
14   "platforms": {
15     "ios": "10.0",
16     "osx": "10.12",
17     "watchos": "3.0",
18     "tvos": "10.0"
19   },
20   "source": {
21     "git": "https://github.com/Otbivnoe/CodableAlamofire.git",
22     "tag": "1.2.1"
23   },
24   "source_files": "Sources/**/*.{h,swift}",
25   "swift_versions": [
26     "4.0",
27     "5.0",
28     "5.1"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "Alamofire": [
33       "~> 5.1.0"
34     ]
35   },
36   "swift_version": "5.1"