| { | |
| "name": "BCTimeTable", | |
| "version": "0.0.3", | |
| "summary": "Library for week time table", | |
| "homepage": "https://git.oschina.net/sebarina/BCTimeTable", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "sebarina xu": "sebarinaxu@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source": { | |
| "git": "https://git.oschina.net/sebarina/BCTimeTable.git", | |
| "tag": "0.0.3" | |
| }, | |
| "source_files": "Source/**/*", | |
| "requires_arc": true, | |
| "dependencies": { | |
| "CVCalendar": [ | |
| "~> 1.2.9" | |
| ] | |
| }, | |
| "deprecated": true | |
| } |