[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 1 / e / b / MSSidebarController / 1.0.0 / MSSidebarController.podspec.json
blob007eca1f2686c431ec9d98c378b686e1f4df2dff
2   "name": "MSSidebarController",
3   "version": "1.0.0",
4   "summary": "Fully customizable sidebar controller",
5   "homepage": "https://github.com/mindsnacks/MSSidebarController",
6   "license": {
7     "type": "WTFPL",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Nacho Soto": "hello@nachosoto.com"
12   },
13   "source": {
14     "git": "https://github.com/mindsnacks/MSSidebarController.git",
15     "tag": "1.0.0"
16   },
17   "platforms": {
18     "ios": "7.0"
19   },
20   "source_files": "MSSidebarController/Classes/**/*.{h,m}",
21   "public_header_files": "MSSidebarController/Classes/Public/*.h",
22   "requires_arc": true,
23   "ios": {
24     "frameworks": [
25       "UIKit",
26       "QuartzCore"
27     ]
28   },
29   "dependencies": {
30     "TransitionKit": [
31       "~> 2.0.0"
32     ],
33     "libextobjc": [
34       "~> 0.3"
35     ]
36   }