blob: 6d44c023c30b2976134de99e90a089ff81f90034 [file] [log] [blame]
{
"name": "SwiftRestAPIClient",
"version": "1.0.0",
"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": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "3.2",
"source_files": "SwiftRestAPIClient/Classes/**/*",
"dependencies": {
"Alamofire": [
]
}
}