blob: 5767e69743b5af22d1dcacbdfb8643a084d0e9cf [file] [log] [blame]
{
"name": "SwiftTable",
"version": "0.2.6",
"summary": "Abstraction Over UITableViewDelegate and UITableViewDataSource",
"description": "SwiftTable creates an abstraction layer over UITableViewDelegate and UITableViewDataSource that allows you to compose data representations at the row, section and table level.",
"homepage": "https://github.com/bradhilton/SwiftTable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Brad Hilton": "brad@skyvive.com"
},
"source": {
"git": "https://github.com/bradhilton/SwiftTable.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"SwiftTable",
"SwiftTable/**/*.{swift,h,m}"
],
"requires_arc": true,
"dependencies": {
"AssociatedValues": [
"~> 1.0.3"
],
"OrderedObjectSet": [
"~> 1.0.0"
]
}
}