blob: 1b72798011157145814d816976bda5cf3dd7b4d1 [file] [log] [blame]
{
"name": "APIManager",
"version": "0.2.0",
"summary": "RESTful API Manager",
"description": "Pod for abstracting restful api requests",
"homepage": "https://github.com/rauhul/api-manager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Rauhul Varma",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/rauhul/api-manager.git",
"tag": "0.2.0"
},
"frameworks": "Foundation",
"source_files": [
"Sources/APIManager/**/*.{swift}",
"Foundation"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}