blob: 8c14ce4695292ba9afef0f9f1064be77aa45e031 [file] [log] [blame]
{
"name": "RollView",
"version": "1.0.0",
"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": "1.0.0"
},
"source_files": [
"Sources",
"Sources/**/*.{swift}"
],
"resources": "Sources/**/*.{xib}",
"dependencies": {
"Pooling": [
"~> 1.0"
]
},
"pushed_with_swift_version": "4.0"
}