blob: b18076bbed7b28236b6853cbeda21bb86e81745f [file] [log] [blame]
{
"name": "AeroGearHttpStub",
"version": "0.2.0",
"summary": "A small library to stub your network requests with dynamic dependency injection written in Swift",
"homepage": "https://github.com/aerogear/aerogear-ios-httpstub",
"license": "Apache License, Version 2.0",
"authors": "Red Hat, Inc.",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/aerogear/aerogear-ios-httpstub.git",
"tag": "0.2.0"
},
"source_files": "AeroGearHttpStub/*.{swift}",
"frameworks": "Foundation",
"requires_arc": true
}