[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 7 / AdaptiveSidebarViewController / 0.0.1 / AdaptiveSidebarViewController.podspec.json
blob0886b7702e3ffd5eecb99754f958c33f427e8552
2   "name": "AdaptiveSidebarViewController",
3   "version": "0.0.1",
4   "summary": "A simple a simple container which can adaptively display a viewcontroller in a sidebar.",
5   "description": "ExpandableLabel is a simple UILabel subclass that shows\na tappable link if the content doesn't fit the specified\nnumber of lines. If touched, the label will expand to show\nthe entire content.",
6   "homepage": "https://github.com/apploft/AdaptiveSidebarViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Mathias Köhnke",
12   "platforms": {
13     "ios": "8.0"
14   },
15   "source": {
16     "git": "https://github.com/apploft/ExpandableLabel.git",
17     "tag": "0.0.1"
18   },
19   "source_files": [
20     "Classes",
21     "Classes/**/*.{swift}"
22   ],
23   "exclude_files": "Classes/Exclude",
24   "requires_arc": true