[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 2 / 4 / 9 / SwiftTable / 0.3.0 / SwiftTable.podspec.json
blob176db645d71240a4246f424125ca0edfc778afc8
2   "name": "SwiftTable",
3   "version": "0.3.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.3.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       "~> 3.0.0"
29     ],
30     "OrderedObjectSet": [
31       "~> 3.0.0"
32     ]
33   },
34   "pushed_with_swift_version": "3.0"