blob: 9ecea35b22744b97c57e7ad3e7acff0d6236d009 [file] [log] [blame]
{
"name": "CXSwipeNavigation",
"version": "0.0.4",
"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.4"
},
"platforms": {
"ios": "7.0"
},
"ios": {
"source_files": "CXSwipeNavigation/*.{h,m}"
},
"requires_arc": true,
"dependencies": {
"CXSwipeGestureRecognizer": [
],
"UIScrollView-Actions": [
"0.0.2"
]
}
}