blob: be3c4130a030020ee05f1e425d98d65204fbf364 [file] [log] [blame]
{
"name": "GNSwipeView",
"version": "0.0.2",
"summary": "Swipe controller",
"description": " Swipe controller with strategy support for creating custom swipe handling\n",
"homepage": "https://github.com/jakubknejzlik/GNSwipeView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jakub Knejzlik": "jakub.knejzlik@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/jakubknejzlik/GNSwipeView.git",
"tag": "0.0.2"
},
"source_files": "GNSwipeView/GNSwipeView/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}