[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / d / f / 9 / SwipePopNavigation / 0.0.1 / SwipePopNavigation.podspec.json
blob3b886beff9112837dc7a98eb40eb12dd34a62c22
2   "name": "SwipePopNavigation",
3   "version": "0.0.1",
4   "summary": "SwipePopNavigation is a library for creating a Swipable Navigation Controller",
5   "description": "Create Instagram like navigation, Use right swipe to pop back to previous view controller on whole screen.",
6   "homepage": "https://github.com/mukeshydv/SwipePopNavigation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mukesh Yadav": "mails4ymukesh@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/mukeshydv/SwipePopNavigation.git",
19     "tag": "0.0.1"
20   },
21   "source_files": [
22     "Classes",
23     "Classes/**/*.{swift}"
24   ],
25   "frameworks": "UIKit",
26   "requires_arc": true,
27   "swift_version": "4.0"