blob: d04bf8773ea4d5e85c8caaf7e2d3a2b6ff4c389b [file] [log] [blame]
{
"name": "APIManager",
"version": "0.3.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.3.0"
},
"frameworks": "Foundation",
"source_files": [
"Sources/APIManager/**/*.{swift}",
"Foundation"
],
"requires_arc": true
}