blob: c13dabd5650e2253fb9b0713ff69c7539e2f858e [file] [log] [blame]
{
"name": "StatefulDataView",
"version": "0.0.1",
"summary": "UIView, UITableView and UICollectionView subclass to manage state.",
"description": "UIView, UITableView and UICollectionView subclass to manage state. Uses associated object\nto embed empty view, error view and loading view into UIView, UITableView and UICollectionView.",
"homepage": "https://github.com/dikargb/StatefulDataView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sinar Nirmata": "sinar.nirmata@gmail.com"
},
"platforms": {
"ios": "12.1"
},
"swift_versions": "4.2",
"source": {
"git": "https://github.com/dikargb/StatefulDataView.git",
"tag": "0.0.1"
},
"source_files": [
"StatefulDataView",
"StatefulDataView/**/*.{h,m,swift}"
],
"swift_version": "4.2"
}