[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / 8 / UILoadControl / 2.1.0 / UILoadControl.podspec.json
blob197973e5317d1dbf9842e2c4e186f3f8b5c23ee0
2   "name": "UILoadControl",
3   "version": "2.1.0",
4   "summary": "Add a PushToLoad control to any UIScrollView, UICollectionView or UITableView",
5   "description": "UILoadControl is like UIRefreshControl, but its placed at the bottom of any UIScrollView.\nThe UILoadControl can be used as a trigger to load next page of a paginated UICollectionView or UITableView.",
6   "homepage": "https://github.com/FelipeCardoso89/UILoadControl",
7   "license": "MIT",
8   "authors": {
9     "Felipe Antonio Cardoso": "felipe.antonio.cardoso@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/FelipeCardoso89/UILoadControl.git",
13     "tag": "2.1.0"
14   },
15   "social_media_url": "https://twitter.com/FelipeCardoso89",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "pushed_with_swift_version": "3.0"