blob: 97e691d3b472bc5579b8d76af7362af9d2fc4d23 [file] [log] [blame]
{
"name": "APIManager",
"version": "0.1.1",
"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.1.1"
},
"frameworks": "Foundation",
"source_files": [
"Sources/APIManager/**/*.{swift}",
"Foundation"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}