blob: 0b1a771e40eae658afb88875de4548c9b7337e5d [file] [log] [blame]
{
"name": "DynamicTableView",
"version": "0.0.1",
"summary": "DynamicTableView - analog of UITableView with zoom and custom extending possibility.",
"description": "DynamicTableView - analog of UITableView with zoom and custom extending possibility.",
"homepage": "https://github.com/alex-ost/DynamicTableView",
"license": "Proprietary",
"authors": {
"Alexandr Ostrynskyi": "alexua.ost@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/alex-ost/DynamicTableView.git",
"tag": "0.0.1"
},
"source_files": [
"DynamicTableView",
"DynamicTableView/**/*.{h,m,swift}"
],
"exclude_files": [
"Example/",
"DynamicTableViewExample.podspec"
],
"pod_target_xcconfig": {
"SWIFT_VERSION": "3"
},
"pushed_with_swift_version": "3.0"
}