blob: ea2b03ea736f9fc17cfe8aaf1a448ff8268928b8 [file] [log] [blame]
{
"name": "YIRightTouchableToolbar",
"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/YIRightTouchableToolbar",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Bugfix for right UIBarButtonItem not responding at bottom toolbar in iOS 7.0.3.",
"screenshots": [
"https://raw.github.com/inamiy/YIRightTouchableToolbar/master/Screenshots/screenshot1.png"
],
"source": {
"git": "https://github.com/inamiy/YIRightTouchableToolbar.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "4.3"
},
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}