blob: 669d9a1e04a26ce782b4544febd78b0e37b50dd8 [file] [log] [blame]
{
"name": "DeclarativeTableView",
"version": "0.0.6",
"summary": "Create list easily and declaratively.",
"swift_version": "4.2",
"license": "MIT",
"authors": {
"vkandel": "kandelvijaya@gmail.com"
},
"social_media_url": "https://twitter.com/kandelvijaya",
"homepage": "https://github.com/kandelvijaya/DeclarativeTableView",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/kandelvijaya/DeclarativeTableView.git",
"tag": "0.0.6"
},
"source_files": [
"DeclarativeTableView/DeclarativeTableView/",
"DeclarativeTableView/DeclarativeTableView/**/*.{h,m,swift}"
],
"exclude_files": "Classes/Exclude",
"dependencies": {
"FastDiff": [
],
"Kekka": [
]
}
}