[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 9 / CodyFire / 1.15.1 / CodyFire.podspec.json
blob5692c5dd38ab9745f8e5884386735eef5a927ba3
2   "name": "CodyFire",
3   "version": "1.15.1",
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.15.1"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.15"
21   },
22   "source_files": "CodyFire/Classes/**/*",
23   "dependencies": {
24     "Starscream": [
25       "~> 3.0.2"
26     ],
27     "Alamofire": [
28       "~> 4.7.3"
29     ]
30   }