[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 4 / 9 / SwiftTable / 0.1.4 / SwiftTable.podspec.json
blob3dd2c87790e24f9af215c10aee3ea8255ab37e7d
2   "name": "SwiftTable",
3   "version": "0.1.4",
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.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "SwiftTable",
23     "SwiftTable/**/*.{swift,h,m}"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "AssociatedValues": [
28       "~> 1.0.3"
29     ]
30   }