blob: 12bd34e45ee7a12502606777ca3ea46cc493d870 [file] [log] [blame]
{
"name": "CXSwipeNavigation",
"version": "0.0.3",
"summary": "Swipe vertically to navigate between table and collection views.",
"homepage": "https://github.com/dclelland/CXSwipeNavigation",
"license": {
"type": "MIT"
},
"authors": {
"Daniel Clelland": "daniel.clelland@gmail.com"
},
"source": {
"git": "https://github.com/dclelland/CXSwipeNavigation.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXSwipeNavigation/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"CXSwipeGestureRecognizer": [
],
"UIScrollView-Actions": [
"0.0.2"
]
}
}