blob: 9811f1cdf2f3af0dd6d051163d0df8ad357c09c3 [file] [log] [blame]
{
"name": "SUAI",
"version": "1.0.5",
"summary": "Library for working with SUAI content",
"description": "SUAISchedule is a lightweight and simple library for loading and parsing schedule for students and teachers studying in Saint Petersburg State Unversity of Aerospace Instrumentation. It includes both session and semester schedule.",
"homepage": "https://github.com/vvlkv/SUAI",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Victor Volkov": "vvlkv@icloud.com"
},
"source": {
"git": "https://github.com/vvlkv/SUAI.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SUAI/Classes/**/*",
"private_header_files": [
"SUAI/Classes/Loader/*.h",
"SUAI/Classes/Parser/*.h",
"SUAI/Classes/Categories/*.h",
"SUAI/Classes/Headers/Links.h"
],
"dependencies": {
"HTMLKit": [
]
}
}