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