[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / f / a / c / SUAI / 1.0.5 / SUAI.podspec.json
blob9811f1cdf2f3af0dd6d051163d0df8ad357c09c3
2   "name": "SUAI",
3   "version": "1.0.5",
4   "summary": "Library for working with SUAI content",
5   "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.",
6   "homepage": "https://github.com/vvlkv/SUAI",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Victor Volkov": "vvlkv@icloud.com"
13   },
14   "source": {
15     "git": "https://github.com/vvlkv/SUAI.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "SUAI/Classes/**/*",
22   "private_header_files": [
23     "SUAI/Classes/Loader/*.h",
24     "SUAI/Classes/Parser/*.h",
25     "SUAI/Classes/Categories/*.h",
26     "SUAI/Classes/Headers/Links.h"
27   ],
28   "dependencies": {
29     "HTMLKit": [
31     ]
32   }