[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 7 / 9 / 0 / CCBottomRefreshControl / 0.4 / CCBottomRefreshControl.podspec.json
blob6ec5a3acf7527f414a6b75015131215c9535cb5b
2   "name": "CCBottomRefreshControl",
3   "version": "0.4",
4   "summary": "A category for UIScrollView that implements an ability to add bottom aligned native iOS refresh control.",
5   "description": "This category implements an additional property for UIScrollView class, that allows to add UIRefreshControl that aligned to bottom.",
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.4"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "source_files": "Classes/*",
22   "requires_arc": true,
23   "frameworks": "UIKit",
24   "dependencies": {
25     "Masonry": [
27     ]
28   }