[Add] OpacityCore 3.23.5
[CocoaPods.git] / Specs / 7 / b / c / CXSwipeNavigation / 0.2.0 / CXSwipeNavigation.podspec.json
blob5dbf45cb3bf9a7110d8cc364468d109544127849
2   "name": "CXSwipeNavigation",
3   "version": "0.2.0",
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.2.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "ios": {
20     "source_files": "CXSwipeNavigation/*.{h,m}"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "CXSwipeGestureRecognizer": [
26     ]
27   }