[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / f / 4 / 9 / CodyFire / 1.0.0 / CodyFire.podspec.json
blob8c2488bf4e2568e820eecc71c1fd886410186e00
2   "name": "CodyFire",
3   "version": "1.0.0",
4   "summary": "❤️ Powerful API wrapper based on Codable, Alamofire, and Starscream",
5   "description": "This is a powerful lib that provide you ability to send requests and receive responces 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.0.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.5"
28     ]
29   }