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