[Add] CustomerIO 3.7.0
[CocoaPods.git] / Specs / c / 5 / e / TableRow / 0.1.0 / TableRow.podspec.json
blob12e81cabcbc119573843fe66cea1923835813672
2   "name": "TableRow",
3   "version": "0.1.0",
4   "summary": "A tableView row (including inline variant) for use with Eureka library",
5   "homepage": "https://github.com/EurekaCommunity/TableRow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": "Anton Kovtun",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "ios": {
15     "frameworks": [
16       "UIKit",
17       "Foundation"
18     ]
19   },
20   "source": {
21     "git": "https://github.com/EurekaCommunity/TableRow.git"
22   },
23   "source_files": "Sources/**/*.{swift}",
24   "requires_arc": true,
25   "dependencies": {
26     "Eureka": [
27       "~> 4.0"
28     ]
29   }