[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / f / 8 / c / MSNavigationSwipeController / 0.0.1 / MSNavigationSwipeController.podspec.json
blobb7efab440d4c3d871a14e2f9579f4e5581ce2852
2   "name": "MSNavigationSwipeController",
3   "version": "0.0.1",
4   "summary": "Subclass of UINavigationController to add 'swipe right to go back' gesture recognizer like most apps (Facebook, Tweetbot) already do.",
5   "homepage": "https://github.com/MarcoSero/MSNavigationSwipeController",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Marco Sero": "marco@marcosero.com"
12   },
13   "source": {
14     "git": "https://github.com/MarcoSero/MSNavigationSwipeController.git",
15     "commit": "6f75fc3ad8018ec19c038e56d6346fa045d2dee3"
16   },
17   "platforms": {
18     "ios": "4.3"
19   },
20   "source_files": [
21     "Classes",
22     "MSNavigationSwipeController/*.{h,m}"
23   ],
24   "requires_arc": true