blob: d09acad44bae280df8cb1d5cc6769754e24b81db [file] [log] [blame]
{
"name": "YISwipeShiftCaret",
"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/YISwipeShiftCaret",
"authors": {
"Yasuhiro Inami": "inamiy@gmail.com"
},
"summary": "Swipe-to-shift text input caret for iOS (no private APIs).",
"screenshots": [
"https://raw.github.com/inamiy/YISwipeShiftCaret/master/Screenshots/screenshot1.png"
],
"source": {
"git": "https://github.com/inamiy/YISwipeShiftCaret.git",
"tag": "1.0.0"
},
"source_files": "Classes/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"frameworks": "QuartzCore",
"dependencies": {
"JRSwizzle": [
"~> 1.0"
]
}
}