blob: c4cbbad93dfc732fda63dd87579561fae42a960c [file] [log] [blame]
{
"name": "ParkKit",
"version": "0.1.0",
"summary": "ParkAPI wrapper for Swift apps",
"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).",
"homepage": "https://github.com/kiliankoe/ParkKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kilian Koeltzsch": "me@kilian.io"
},
"social_media_url": "https://twitter.com/kiliankoe",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/kiliankoe/ParkKit.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*",
"frameworks": "Foundation",
"dependencies": {
"ModelMapper": [
"6.0.0"
]
},
"pushed_with_swift_version": "3.0"
}