blob: e1dea27e4864442a84d6f986fdd518578c6ab292 [file] [log] [blame]
{
"name": "UILoadControl",
"version": "0.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": "0.1.0"
},
"social_media_url": "https://twitter.com/FelipeCardoso89",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": [
"UIKit",
"Foundation"
]
}