blob: de962c774c04ed0a79892d02388a487c225c1a8c [file] [log] [blame]
{
"name": "SimpleTableViewWrapper",
"version": "0.2.0",
"summary": "A simple Table View Wrapper to create simple Table Views",
"description": "This framework is designed to introduce an simple wrapper to allow coders to create non complex Table View.",
"homepage": "https://github.com/vitorsala/SimpleTableViewWrapper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vitorsala": "vitorsala@gmail.com"
},
"source": {
"git": "https://github.com/vitorsala/SimpleTableViewWrapper.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source_files": "SimpleTableViewWrapper/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"Reusable": [
"~> 4.0.0"
]
}
}