[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 2 / d / e / SwiftDataTables / 0.8.1 / SwiftDataTables.podspec.json
blobf28b6f2af0dbf1b7a33ba4d9878065eb9f27d46c
2   "name": "SwiftDataTables",
3   "version": "0.8.1",
4   "summary": "A Swift Data Table package that allows ordering, searching, and paging with extensible options.",
5   "swift_version": "5.0",
6   "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.",
7   "homepage": "https://github.com/pavankataria/SwiftDataTables",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "pavankataria": "info@pavankataria.com"
14   },
15   "source": {
16     "git": "https://github.com/pavankataria/SwiftDataTables.git",
17     "tag": "0.8.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "pod_target_xcconfig": {
23     "SWIFT_VERSION": "5.0"
24   },
25   "source_files": "SwiftDataTables/**/*",
26   "resources": "SwiftDataTables/SwiftDataTables.bundle"