blob: fe58029a62ce4431e5f3c674f284c91d57614c81 [file] [log] [blame]
{
"name": "SUAI",
"version": "1.0.4",
"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.4"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SUAI/Classes/**/*",
"private_header_files": [
"SUAI/Classes/Loader/*.h",
"SUAI/Classes/Parser/*.h",
"SUAI/Classes/Categories/*.h"
],
"dependencies": {
"HTMLKit": [
]
}
}