blob: b249cf786ae8a8c8e7b856a4c44bb5465791e689 [file] [log] [blame]
{
"name": "APIManager",
"version": "0.0.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": "acm@illinois.edu"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/rauhul/api-manager.git",
"tag": "0.0.1"
},
"source_files": [
"APIManager/Classes/**/*.{swift}",
"APIManager/Protocols/**/*.{swift}",
"APIManager/TypeAliases/**/*.{swift}"
],
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.0"
}