[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / f / 4 / 9 / CodyFire / 1.8.2 / CodyFire.podspec.json
blob395c52b72d89cf061fd36bbccf3ff4e62d628e5d
2   "name": "CodyFire",
3   "version": "1.8.2",
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.2"
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   }