[Add] RXSDK_Pure 3.0.301
[CocoaPods.git] / Specs / e / 5 / 1 / QuickTableView / 0.1.2 / QuickTableView.podspec.json
blob553dea0b400a26514f25f7c368977e19d00da934
2   "name": "QuickTableView",
3   "version": "0.1.2",
4   "summary": "Helper classes and utilities to speed up tableview creation.",
5   "homepage": "https://github.com/lionheart/QuickTableView",
6   "license": "Apache 2.0",
7   "authors": {
8     "Dan Loewenherz": "dan@lionheartsw.com"
9   },
10   "source": {
11     "git": "https://github.com/lionheart/QuickTableView.git",
12     "tag": "0.1.2"
13   },
14   "social_media_url": "https://twitter.com/lionheartsw",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "requires_arc": true,
19   "source_files": [
20     "Pod/Classes/**/*",
21     "Pod/Extensions/**/*",
22     "Pod/Protocols/**/*"
23   ],
24   "frameworks": "UIKit",
25   "dependencies": {
26     "KeyboardAdjuster": [
28     ]
29   }