[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 0 / c / 6 / CodableAPI / 0.4.0 / CodableAPI.podspec.json
blob4d5bfae1ef628c9639b7acc83c43d278e27e5830
2   "name": "CodableAPI",
3   "version": "0.4.0",
4   "summary": "A set of Swift helpers for interacting with APIs in a Codable format.",
5   "description": "Use Codable models to craft requests and receive responses from APIs.",
6   "homepage": "https://github.com/gotranseo/CodableAPI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "transeo": "jimmy@gotranseo.com"
13   },
14   "source": {
15     "git": "https://github.com/gotranseo/CodableAPI.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CodableAPI/Classes/**/*",
22   "dependencies": {
23     "Alamofire": [
25     ]
26   },
27   "pushed_with_swift_version": "4.0.1"