blob: 4e36427cda151ae6628666ea51b4c38dc1429e5b [file] [log] [blame]
{
"name": "PagingDataController",
"version": "1.3.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.3.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"source_files": "PagingDataController/Classes/**/*"
}