[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 2 / 4 / 9 / SwiftTable / 0.4.0 / SwiftTable.podspec.json
blobd4c8a7ee80648c6c6739850d43f9f7af040c55c6
2   "name": "SwiftTable",
3   "version": "0.4.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.4.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     "OrderedObjectSet": [
28       "~> 3.0.0"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"