blob: d1700ba1e4d525d55f95d92c452a59347bff487d [file] [log] [blame]
{
"name": "PaginatedListViewModel",
"version": "0.0.2",
"summary": "RAC-based lightweight generic ViewModel to handle paginated lists of items, with pages retrieved asynchronously.",
"description": "RAC-based lightweight generic ViewModel to handle paginated lists of items (with pages retrieved asynchronously, typically, but not necessarily, from from REST APIs)\nswift 2.1 compatible",
"homepage": "https://github.com/gavrix/PaginatedListViewModel",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sergey Gavrilyuk": "sergey.gavrilyuk@gmail.com"
},
"social_media_url": "http://twitter.com/octogavrix",
"platforms": {
"ios": "8.0"
},
"frameworks": "Foundation",
"source": {
"git": "https://github.com/gavrix/PaginatedListViewModel.git",
"tag": "0.0.2"
},
"source_files": "PaginatedListViewModel/PaginatedListViewModel/**/*.swift",
"dependencies": {
"Result": [
"~> 2.0"
],
"ReactiveCocoa": [
"~> 4.1"
]
}
}