[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 8 / 5 / f / ParkKit / 0.1.0 / ParkKit.podspec.json
blobc4cbbad93dfc732fda63dd87579561fae42a960c
2   "name": "ParkKit",
3   "version": "0.1.0",
4   "summary": "ParkAPI wrapper for Swift apps",
5   "description": "This is a wrapper for the API provided by [ParkAPI](https://github.com/offenesdresden/ParkAPI) for anything written in Swift.\nIt's primary purpose is to be used by [ParkenDD](https://github.com/kiliankoe/ParkenDD).",
6   "homepage": "https://github.com/kiliankoe/ParkKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kilian Koeltzsch": "me@kilian.io"
13   },
14   "social_media_url": "https://twitter.com/kiliankoe",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10",
18     "watchos": "2.0",
19     "tvos": "9.0"
20   },
21   "source": {
22     "git": "https://github.com/kiliankoe/ParkKit.git",
23     "tag": "0.1.0"
24   },
25   "source_files": "Sources/**/*",
26   "frameworks": "Foundation",
27   "dependencies": {
28     "ModelMapper": [
29       "6.0.0"
30     ]
31   },
32   "pushed_with_swift_version": "3.0"