[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / a / 2 / PPRevealSideViewController / 1.2.1 / PPRevealSideViewController.podspec.json
blob8a66e3794728e86e3d6ad3a31ddec0933aef07c4
2   "name": "PPRevealSideViewController",
3   "version": "1.2.1",
4   "summary": "A new container controller to easily push views on side like Path or Facebook.",
5   "description": "This is a new controller container, showing views on the side like the Facebook or Path app. It is as easy to use as a navigation controller. Sometimes, you need to push a new controller to show some options, but you don't need a full screen view… PPRevealSideViewController is THE controller you need.\n\nPan and Tap gestures are also included!",
6   "homepage": "https://github.com/ipup/PPRevealSideViewController",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Marian PAUL": "marian.paul2@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/ipup/PPRevealSideViewController.git",
16     "tag": "1.2.1"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "source_files": "PPRevealSideViewController/PPRevealSideviewController/*.{h,m}",
23   "frameworks": "QuartzCore",
24   "dependencies": {
25     "PPHelpMe": [
27     ]
28   }