blob: ba8e6c56a787e25a987af8e40f26a18fc5c09c56 [file] [log] [blame]
{
"name": "RollView",
"version": "0.0.3",
"summary": "RollView is an iOS implementation of ListView on Android",
"description": "RollView provides an interface and default implementation for creation of Android-like ListViews.",
"homepage": "https://github.com/gitvalue/RollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dmitry Volosach": "dmitry.volosach@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/gitvalue/RollView.git",
"tag": "0.0.3"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"dependencies": {
"Pooling": [
"~> 1.0"
]
},
"pushed_with_swift_version": "4.0"
}