[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 9.0.0-beta.1 / DTTableViewManager.podspec.json
blob892870c380da524222f98ba8a699528bad4b3f77
2   "name": "DTTableViewManager",
3   "version": "9.0.0-beta.1",
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": "9.0.0-beta.1"
14   },
15   "source_files": "Sources/DTTableViewManager/*.swift",
16   "swift_versions": [
17     "5.3"
18   ],
19   "platforms": {
20     "ios": "11.0",
21     "tvos": "11.0"
22   },
23   "frameworks": [
24     "UIKit",
25     "Foundation"
26   ],
27   "dependencies": {
28     "DTModelStorage": [
29       "~> 10.0.0-beta.1"
30     ]
31   },
32   "swift_version": "5.3"