[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 7.0.0 / DTTableViewManager.podspec.json
blobe57be12e8f6cf165e8ad29416dccb60138bb04a1
2   "name": "DTTableViewManager",
3   "version": "7.0.0",
4   "license": "MIT",
5   "summary": "Protocol-oriented UITableView management, powered by generics and associated types.",
6   "homepage": "https://github.com/DenTelezhkin/DTTableViewManager",
7   "authors": {
8     "Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
9   },
10   "social_media_url": "https://twitter.com/DenTelezhkin",
11   "source": {
12     "git": "https://github.com/DenTelezhkin/DTTableViewManager.git",
13     "tag": "7.0.0"
14   },
15   "source_files": "Sources/DTTableViewManager/*.swift",
16   "requires_arc": true,
17   "swift_versions": [
18     "4.0",
19     "4.2",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation"
29   ],
30   "dependencies": {
31     "DTModelStorage": [
32       "~> 8.0.0"
33     ]
34   },
35   "swift_version": "5.0"