[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 4 / 9 / SwiftTable / 0.4.2 / SwiftTable.podspec.json
blob29043b127351d039942d7107db9f13f6e728ed8d
2   "name": "SwiftTable",
3   "version": "0.4.2",
4   "summary": "Abstraction Over UITableViewDelegate and UITableViewDataSource",
5   "description": "SwiftTable creates an abstraction layer over UITableViewDelegate and UITableViewDataSource that allows you to compose data representations at the row, section and table level.",
6   "homepage": "https://github.com/bradhilton/SwiftTable",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brad Hilton": "brad@skyvive.com"
13   },
14   "source": {
15     "git": "https://github.com/bradhilton/SwiftTable.git",
16     "tag": "0.4.2"
17   },
18   "swift_version": "4.2",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": [
23     "SwiftTable",
24     "SwiftTable/**/*.{swift,h,m}"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "OrderedObjectSet": [
29       "~> 3.0.0"
30     ]
31   }