blob: cb472a93a187ac8dd8f1972bb056592de734b51e [file] [log] [blame]
{
"name": "BsuirSDK",
"version": "0.9.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.9.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "BsuirSDK/Classes/**/*",
"dependencies": {
"RxSwift": [
"~> 4.0.0"
],
"RxAlamofire": [
"~> 4.0.0"
]
},
"pushed_with_swift_version": "4.0"
}