[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 9 / CodyFire / 1.8.0 / CodyFire.podspec.json
bloba8cc03e580e4d9ea437aaa8d298790bf2d2bc2f6
2   "name": "CodyFire",
3   "version": "1.8.0",
4   "summary": "❤️ Powerful codable API requests builder and manager for iOS based on Alamofire",
5   "description": "This is a powerful lib that provide you ability to send requests and receive responses with Codable protocol",
6   "homepage": "https://github.com/MihaelIsaev/CodyFire",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MihaelIsaev": "isaev.mihael@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MihaelIsaev/CodyFire.git",
16     "tag": "1.8.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "CodyFire/Classes/**/*",
22   "dependencies": {
23     "Starscream": [
24       "~> 3.0.2"
25     ],
26     "Alamofire": [
27       "~> 4.7.3"
28     ]
29   }