blob: ed545693fb75b9c89886e897f454bea54a3c5b71 [file] [log] [blame]
{
"name": "SwiftDataTables",
"version": "0.3.0",
"summary": "A Swift Data Table package that allows ordering, searching, and paging with extensible options.",
"description": "SwiftDataTables allows you to display grid-like data sets in a nicely formatted table for iOS. The main goal for the end-user are to be able to obtain useful information from the table as quickly as possible with the following features: ordering, searching, and paging; where as for the developer is to allow for easy implementation with extensible options. This package was inspired by Javascript's DataTables package.",
"homepage": "https://github.com/pavankataria/SwiftDataTables",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"pavankataria": "info@pavankataria.com"
},
"source": {
"git": "https://github.com/pavankataria/SwiftDataTables.git",
"tag": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SwiftDataTables/**/*",
"resources": "SwiftDataTables/SwiftDataTables.bundle",
"pushed_with_swift_version": "3.0"
}