blob: 2f95e9e70909ce2fe21587dd16f68a5431054fd0 [file] [log] [blame]
{
"name": "SwiftRestAPIClient",
"version": "2.0.3",
"summary": "A REST API client for Swift.",
"description": "SwiftRestAPIClient provides a basic structure for creating a client API to connect to a REST backend.",
"homepage": "https://github.com/kha26/SwiftRESTAPIClient",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kha26": "kha26@cornell.edu"
},
"source": {
"git": "https://github.com/kha26/SwiftRESTAPIClient.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "11.0"
},
"swift_version": "4.0",
"source_files": "Classes/**/*.swift",
"dependencies": {
"Alamofire": [
]
}
}