[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / f / c / CodableAlamofire / 1.1.2 / CodableAlamofire.podspec.json
bloba954b1b72f9af3c33c1e7741c8e2e2e408a5460d
2   "name": "CodableAlamofire",
3   "version": "1.1.2",
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": "8.0",
16     "osx": "10.10",
17     "watchos": "2.0",
18     "tvos": "9.0"
19   },
20   "source": {
21     "git": "https://github.com/Otbivnoe/CodableAlamofire.git",
22     "tag": "1.1.2"
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       "~> 4.0"
34     ]
35   },
36   "swift_version": "5.1"