[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / d / 7 / 8 / UILoadControl / 2.0.0 / UILoadControl.podspec.json
blob544d2e465cc7d0b4bde8ee0219e477b82ef5623c
2   "name": "UILoadControl",
3   "version": "2.0.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.0.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   ]