[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / 4 / b / 3 / YIDragScrollBar / 1.1.0 / YIDragScrollBar.podspec.json
blob335fef5d62893ee1f9e8d608f1c7ff3b5d1423ac
2   "name": "YIDragScrollBar",
3   "version": "1.1.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/YIDragScrollBar",
9   "authors": {
10     "Yasuhiro Inami": "inamiy@gmail.com"
11   },
12   "summary": "Attaches draggable scroll bar on top of original UIScrollView for iOS5+, works like a drug.",
13   "screenshots": [
14     "https://raw.github.com/inamiy/YIDragScrollBar/master/Screenshots/screenshot1.png"
15   ],
16   "source": {
17     "git": "https://github.com/inamiy/YIDragScrollBar.git",
18     "tag": "1.1.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   }