blob: 8f9c7d6e2d131f746c61019f2dc5930a6de39ee4 [file] [log] [blame]
{
"name": "WebAPIKit",
"version": "0.1.1",
"summary": "A network abstraction layer to build web API clients Edit",
"description": "Build web API clients with extension methods instead of enums.",
"homepage": "https://github.com/WebAPIKit/WebAPIKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Evan Liu": "evancoding@gmail.com"
},
"source": {
"git": "https://github.com/WebAPIKit/WebAPIKit.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*",
"dependencies": {
"Alamofire": [
"~> 4.4"
],
"Result": [
"~> 3.2"
]
},
"pushed_with_swift_version": "3.0"
}