blob: 467b5c2ead01d43b2d0fdc30e5f568f2c1d3d9fb [file] [log] [blame]
{
"name": "SwiftRestAPIClient",
"version": "2.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.0",
"source_files": "Classes/**/*.swift",
"dependencies": {
"Alamofire": [
]
}
}