[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / 0 / 9 / Chamber / 0.0.2 / Chamber.podspec.json
blobf2e10b9b167e93986dc3849f80b2105f348bc0ec
2   "name": "Chamber",
3   "version": "0.0.2",
4   "summary": "Network client that returns a Swift Object",
5   "description": "Chamber is a wrapper around Alamofire that returns a Swift Object as a response.",
6   "homepage": "https://github.com/itsAlexNguyen/Chamber",
7   "license": {
8     "type": "MIT",
9     "file": "License.md"
10   },
11   "authors": {
12     "Alex Nguyen": "hello@gopher.it"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/itsAlexNguyen/Chamber.git",
19     "tag": "0.0.2"
20   },
21   "source_files": "Source/*",
22   "dependencies": {
23     "Alamofire": [
24       "~> 4.4.0"
25     ],
26     "SwiftyJSON": [
27       "~> 3.1.4"
28     ]
29   },
30   "pushed_with_swift_version": "3.1.1"