blob: 91d30be5b796a628577df48cc45bd4b8e8166885 [file] [log] [blame]
{
"name": "TimetableSDK",
"version": "2.0.0",
"summary": "Simple SDK for timetable.spbu.ru that works on macOS, iOS and watchOS",
"description": "Simple SDK for macOS, iOS and watchOS that allows you to get the data\nyou need from timetable.spbu.ru.",
"homepage": "https://github.com/WeirdMath/TimetableSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergej Jaskiewicz": "jaskiewiczs@icloud.com"
},
"social_media_url": "http://twitter.com/broadway_lamb",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/WeirdMath/TimetableSDK.git",
"tag": "2.0.0"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"Alamofire": [
"~> 4.0"
],
"SwiftyJSON": [
"~> 3.0"
],
"DefaultStringConvertible": [
"~> 2.0"
],
"PromiseKit": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}