blob: dbfac9c32b0abea050643baed2632604a5a6b544 [file] [log] [blame]
{
"name": "PagingDataController",
"version": "2.0.0",
"summary": "A Swift pattern to apply paging data to UIViewController",
"swift_version": "4.2",
"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": "2.0.0"
},
"social_media_url": "https://twitter.com/congncif",
"platforms": {
"ios": "8.0"
},
"default_subspecs": "Default",
"subspecs": [
{
"name": "Default",
"dependencies": {
"PagingDataController/Core": [
],
"PagingDataController/UIExtension": [
]
}
},
{
"name": "Core",
"source_files": "PagingDataController/Core/**/*"
},
{
"name": "UIExtension",
"source_files": "PagingDataController/UIExtension/**/*",
"dependencies": {
"PagingDataController/Core": [
],
"SiFUtilities": [
],
"SVPullToRefresh": [
]
}
}
]
}