[Add] UIKitViewBuilder 1.1.0
[CocoaPods.git] / Specs / 7 / 9 / 0 / CCBottomRefreshControl / 0.5 / CCBottomRefreshControl.podspec.json
blob77c4d65c4eca22ecbf7df2f2529fb45b7b01b0bf
2   "name": "CCBottomRefreshControl",
3   "version": "0.5",
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.5"
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   }