blob: a7a40e33731b49efc23c2c10527f33929a3a4657 [file] [log] [blame]
{
"name": "VejdirektoratetSDK",
"version": "1.0.0",
"summary": "Swift library for retrieving traffic information from Vejdirektoratet",
"description": "VejdirektoratetSDK is a Swift library for retrieving traffic information from Vejdirektoratet.",
"homepage": "https://github.com/Vejdirektoratet/sdk-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vejdirektoratet": "crvh@vd.dk"
},
"source": {
"git": "https://github.com/Vejdirektoratet/sdk-ios.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/vejdirektoratet",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "Sources/**/*",
"frameworks": [
"UIKit",
"MapKit"
],
"dependencies": {
"Alamofire": [
"~> 5.0.0-rc.3"
],
"Hippolyte": [
"~> 1.1.0"
],
"EventSource": [
]
},
"swift_version": "5.0"
}