[Add] AlibabacloudIntelligentCreation20240313 2.13.0
[CocoaPods.git] / Specs / c / 5 / e / TableRow / 0.3.1 / TableRow.podspec.json
blob63032743204bed22d0057b62f765412a9cb45afc
2   "name": "TableRow",
3   "version": "0.3.1",
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     "tag": "0.3.1"
23   },
24   "source_files": "Sources/**/*.{swift}",
25   "requires_arc": true,
26   "dependencies": {
27     "Eureka": [
28       "~> 4.3"
29     ]
30   },
31   "swift_version": "4.2"