blob: f2e10b9b167e93986dc3849f80b2105f348bc0ec [file] [log] [blame]
{
"name": "Chamber",
"version": "0.0.2",
"summary": "Network client that returns a Swift Object",
"description": "Chamber is a wrapper around Alamofire that returns a Swift Object as a response.",
"homepage": "https://github.com/itsAlexNguyen/Chamber",
"license": {
"type": "MIT",
"file": "License.md"
},
"authors": {
"Alex Nguyen": "hello@gopher.it"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/itsAlexNguyen/Chamber.git",
"tag": "0.0.2"
},
"source_files": "Source/*",
"dependencies": {
"Alamofire": [
"~> 4.4.0"
],
"SwiftyJSON": [
"~> 3.1.4"
]
},
"pushed_with_swift_version": "3.1.1"
}