blob: 5f42f31af1817916e2ab571d7d9a9b8c77e1d661 [file] [log] [blame]
{
"name": "Stapler",
"version": "0.1.0",
"summary": "Pagination handling made easy",
"description": "Stapler is a Swift micro framework for iOS that encapsulates all the logic for fetching and refreshing paginated data. Stapler performs necessary backend requests and provides you with a ready-to-bind-to-UI reactive data source.",
"homepage": "https://github.com/neekeetab/Stapler",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Nikita Belousov": "neekeetab@gmail.com"
},
"source": {
"git": "https://github.com/neekeetab/Stapler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.{swift}",
"dependencies": {
"ReactiveCocoa": [
"~> 7.1"
]
}
}