blob: b7ddb814748635fa0a79c23b0f7412f677a8eb15 [file] [log] [blame]
{
"name": "BsuirSDK",
"version": "0.8.0",
"summary": "SDK for fetching Bsuir API",
"description": "Simple swift wrapper for fetching, and parsing Bsuir schedule API.\nCalls are made to http://students.bsuir.by/",
"homepage": "https://github.com/budged/BsuirSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Anton Siliuk": "siliuk.anton@gmail.com"
},
"source": {
"git": "https://github.com/budged/BsuirSDK.git",
"tag": "0.8.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BsuirSDK/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0.0"
],
"RxAlamofire": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "3.0"
}