[Add] MSPCore 0.0.10
[CocoaPods.git] / Specs / 9 / c / b / YISwipeShiftCaret / 1.0.0 / YISwipeShiftCaret.podspec.json
blobd09acad44bae280df8cb1d5cc6769754e24b81db
2   "name": "YISwipeShiftCaret",
3   "version": "1.0.0",
4   "license": {
5     "type": "Beerware",
6     "text": "If we meet some day, and you think this stuff is worth it, you can buy me a beer in return."
7   },
8   "homepage": "https://github.com/inamiy/YISwipeShiftCaret",
9   "authors": {
10     "Yasuhiro Inami": "inamiy@gmail.com"
11   },
12   "summary": "Swipe-to-shift text input caret for iOS (no private APIs).",
13   "screenshots": [
14     "https://raw.github.com/inamiy/YISwipeShiftCaret/master/Screenshots/screenshot1.png"
15   ],
16   "source": {
17     "git": "https://github.com/inamiy/YISwipeShiftCaret.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "Classes/*.{h,m}",
21   "requires_arc": true,
22   "platforms": {
23     "ios": "5.0"
24   },
25   "frameworks": "QuartzCore",
26   "dependencies": {
27     "JRSwizzle": [
28       "~> 1.0"
29     ]
30   }