blob: 197973e5317d1dbf9842e2c4e186f3f8b5c23ee0 [file] [log] [blame]
{
"name": "UILoadControl",
"version": "2.1.0",
"summary": "Add a PushToLoad control to any UIScrollView, UICollectionView or UITableView",
"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.",
"homepage": "https://github.com/FelipeCardoso89/UILoadControl",
"license": "MIT",
"authors": {
"Felipe Antonio Cardoso": "felipe.antonio.cardoso@gmail.com"
},
"source": {
"git": "https://github.com/FelipeCardoso89/UILoadControl.git",
"tag": "2.1.0"
},
"social_media_url": "https://twitter.com/FelipeCardoso89",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"pushed_with_swift_version": "3.0"
}