[Add] RapidKitFoundation_MacOS 2024.1219.1227.614
[CocoaPods.git] / Specs / 8 / b / c / AIPARKSDK / 0.9.0 / AIPARKSDK.podspec.json
blobb20ffbe6e7421f9a4c01d8743fdb325b46d03242
2   "name": "AIPARKSDK",
3   "version": "0.9.0",
4   "summary": "Framework to use the AIPARK services to find a free parking spot.",
5   "swift_version": "4.2",
6   "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.",
7   "homepage": "https://github.com/AIPARK-Open-Source/AiparkiOSSDK.git",
8   "license": "Apache License, Version 2.0",
9   "authors": {
10     "Matthias Natho": "matthias@aipark.de"
11   },
12   "platforms": {
13     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/AIPARK-Open-Source/AiparkiOSSDK.git",
17     "tag": "0.9.0"
18   },
19   "source_files": [
20     "AIPARKAPI/*.swift",
21     "AIPARKAPI/**/*.swift"
22   ],
23   "dependencies": {
24     "Alamofire": [
25       "~> 4.0"
26     ],
27     "SwiftyJSON": [
29     ]
30   }