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