blob: 506a8be8a57fc4f60393a9f6e6623e30171a60f1 [file] [log] [blame]
{
"name": "AIPARKSDK",
"version": "1.1.3",
"summary": "Framework to use the AIPARK services to find a free parking spot.",
"swift_version": "4.2",
"description": "AIPARK offers detailed parking information for more than 1.8 Mio parking areas in Germany\nwith nationwide coverage. Additionally, accurate occupancy predictions are derived using data from\na network of more than 5 million smartphones. Use the AIPARK API Explorer application to try out and\ntest the interface. Please send a request via email if you are a developer and require an API key.\nWe'll be in touch with you shortly. This application is provided via a demo backend environment.\nPlease note that API load tests do not reflect the performance of the productive system.",
"homepage": "https://github.com/AIPARK-Open-Source/AiparkiOSSDK.git",
"license": {
"type": "Creative Commons BY NC SA 4.0",
"file": "LICENSE"
},
"authors": {
"Matthias Natho": "matthias@aipark.de"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/AIPARK-Open-Source/AiparkiOSSDK.git",
"tag": "1.1.3"
},
"source_files": [
"AIPARKAPI/*.swift",
"AIPARKAPI/**/*.swift"
],
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
]
}
}