blob: 5b4258395a18288b5e04d457687d647df9f5631d [file] [log] [blame]
{
"name": "SKBatcher",
"version": "0.0.1",
"summary": "Batch loading content for UITableView or other progressively-loading controllers",
"description": "SKBatcher intelligently loads, preloads, and caches content for cases where\na long list of items will be gradually viewed (e.g. scrolled) by a user. It\nis intended for cases where you have a group of objects on a server and need\nto obtain ancillary data for those objects to display in a UITableView,\nUICollectionView, etc. in an efficient manner.\n\nFor example, if a chat app needs to show a list of all of a user's chats,\nit can reduce server load and increase user responsiveness by using one or\nmore SKBatchers to manage loading the chat content for only the chats that\nare being shown, will likely be shown soon, or have already been shown.",
"homepage": "https://github.com/klep/SKBatcher",
"license": {
"type": "MIT",
"text": "The MIT License (MIT)\nCopyright (c) 2016, Scott J. Kleper\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
},
"authors": {
"Scott J. Kleper": "spods@klep.me"
},
"social_media_url": "http://twitter.com/klep",
"platforms": {
"ios": "8.2"
},
"source": {
"git": "https://github.com/klep/SKBatcher.git",
"tag": "0.0.1"
},
"source_files": "SKBatcher/*.{swift}",
"dependencies": {
"SwiftyJSON": [
"~> 2.3.3"
]
},
"pod_target_xcconfig": {
"SWIFT_VERSION": "2.3"
},
"pushed_with_swift_version": "2.3"
}