blob: 49846ba6da4b8586034375aabba0dbd015c78a44 [file] [log] [blame]
{
"name": "YIStrictEdgePanGesture",
"version": "1.0.0",
"license": {
"type": "Beerware",
"text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
},
"homepage": "https://github.com/inamiy/YIStrictEdgePanGesture",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Never get angry with UINavigationController's interactivePopGestureRecognizer.",
"screenshots": [
"https://raw.github.com/inamiy/YIStrictEdgePanGesture/master/Screenshots/screenshot1.png"
],
"source": {
"git": "https://github.com/inamiy/YIStrictEdgePanGesture.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "7.0"
},
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}