[Add] BoostAI 1.1.28
[CocoaPods.git] / Specs / 2 / 4 / 9 / SwiftTable / 0.2.0 / SwiftTable.podspec.json
blob4ea03fd1e9afb6db72d0bc7e0d7e8875ee3c22c0
2   "name": "SwiftTable",
3   "version": "0.2.0",
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.2.0"
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     "OrderedObjectSet": [
31       "~> 1.0.0"
32     ]
33   }