blob: 3b62d9773740fba9136d01a6be9334a58a4473eb [file] [log] [blame]
{
"name": "SwipeBack",
"version": "1.1.0",
"summary": "Enable iOS7 swipe-to-back when custom back button is set.",
"homepage": "http://github.com/devxoul/SwipeBack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"devxoul": "devxoul@gmail.com"
},
"source": {
"git": "https://github.com/devxoul/SwipeBack.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SwipeBack/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
]
}