[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / f / c / CodableAlamofire / 1.0.0 / CodableAlamofire.podspec.json
blob5ab47b8b59e138c8f82bde1630a2d68cafed9fda
2   "name": "CodableAlamofire",
3   "version": "1.0.0",
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.0.0"
23   },
24   "source_files": "Sources/**/*.{h,swift}",
25   "requires_arc": true,
26   "dependencies": {
27     "Alamofire": [
28       "~> 4.0"
29     ]
30   },
31   "pushed_with_swift_version": "4.0"