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