blob: 7fd4603a63ccac79953a939bf59a9e9724f81da8 [file] [log] [blame]
{
"name": "SwipeBack",
"version": "1.0.6",
"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.0.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SwipeBack/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation",
"QuartzCore"
],
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}