[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / 0 / CCBottomRefreshControl / 0.2.2 / CCBottomRefreshControl.podspec.json
blobdba8d6124c07a72808e98524c2732768e99c8b6c
2   "name": "CCBottomRefreshControl",
3   "version": "0.2.2",
4   "summary": "A category that adds bottom refresh control for UITableView class.",
5   "description": "This category adds bottom pull-up to refresh control support for UITableView class.",
6   "homepage": "https://github.com/vlasov/CCBottomRefreshControl",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Nick Vlasov": "vlasov1111@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/vlasov/CCBottomRefreshControl.git",
16     "tag": "0.2.2"
17   },
18   "platforms": {
19     "ios": "6.0"
20   },
21   "source_files": "Classes/*",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "ReactiveCocoa": [
27     ],
28     "UIView+TKGeometry": [
30     ]
31   }