blob: 1e8b69831c52daff9c341eec0b0cfdbdf527576e [file] [log] [blame]
{
"name": "Sakai",
"version": "0.0.1",
"summary": "Sakai-iOS provides an easy way to build out a Sakai LMS learning experience.",
"description": "Sakai-iOS provides an easy way to build out a Sakai LMS learning experience within an iOS app.\nSakai-iOS is currently in Alpha and has limited support for the Sakai `/direct` API. Refer to the docs and issues for more informations.",
"homepage": "https://github.com/alihen/Sakai-iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Alastair Hendricks",
"social_media_url": "http://twitter.com/ali_hen",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/alihen/Sakai-iOS.git",
"tag": "0.0.1"
},
"source_files": "Sakai/**/*.{swift}",
"dependencies": {
"Moya": [
"11.0.0"
],
"Alamofire": [
"~> 4.1"
],
"Result": [
"~> 3.0"
]
},
"swift_version": "4.0"
}