[Add] OpacityCore 3.23.5
[CocoaPods.git] / Specs / 7 / b / c / CXSwipeNavigation / 0.0.3 / CXSwipeNavigation.podspec.json
blob12bd34e45ee7a12502606777ca3ea46cc493d870
2   "name": "CXSwipeNavigation",
3   "version": "0.0.3",
4   "summary": "Swipe vertically to navigate between table and collection views.",
5   "homepage": "https://github.com/dclelland/CXSwipeNavigation",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Daniel Clelland": "daniel.clelland@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/dclelland/CXSwipeNavigation.git",
14     "tag": "0.0.3"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "ios": {
20     "source_files": "CXSwipeNavigation/*.{h,m}"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "CXSwipeGestureRecognizer": [
26     ],
27     "UIScrollView-Actions": [
28       "0.0.2"
29     ]
30   }