[Add] YIM 2.2.1
[CocoaPods.git] / Specs / 1 / e / b / MSSidebarController / 1.0.6 / MSSidebarController.podspec.json
blob32371ef2ffb9da1312f39709d23e3978bfa05c08
2   "name": "MSSidebarController",
3   "version": "1.0.6",
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.6"
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   }