blob: 6ab154f1fe897ae2b3e33a3261af98ada5afd98b [file] [log] [blame]
{
"name": "APIManager",
"version": "0.1.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",
"tvos": "11.0"
},
"source": {
"git": "https://github.com/rauhul/api-manager.git",
"tag": "0.1.0"
},
"frameworks": "Foundation",
"source_files": [
"Sources/APIManager/**/*.{swift}",
"Foundation"
],
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}