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