blob: 03de83737497b51b7251976c96c2ff2817f73ed0 [file] [log] [blame]
{
"name": "PagingDataController",
"version": "1.0.0",
"summary": "A Swift pattern to apply paging data to UIViewController",
"description": "Only configure some properties & your view controller will load data by page automatically.\nMagic !!!",
"homepage": "https://github.com/congncif/PagingDataController",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"NGUYEN CHI CONG": "congnc.if@gmail.com"
},
"source": {
"git": "https://github.com/congncif/PagingDataController.git",
"tag": "1.0.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "PagingDataController/PagingDataController.framework",
"dependencies": {
"SVPullToRefresh": [
]
}
}