[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 2.7.3 / DTTableViewManager.podspec.json
blobd1df6f63aa2d0fe570403ffb70ff59c667206807
2   "name": "DTTableViewManager",
3   "version": "2.7.3",
4   "license": "MIT",
5   "summary": "The most simple and robust way to manage UITableView.",
6   "homepage": "https://github.com/DenHeadless/DTTableViewManager",
7   "authors": {
8     "Denys Telezhkin": "denys.telezhkin@yandex.ru"
9   },
10   "social_media_url": "https://twitter.com/DTCoder",
11   "source": {
12     "git": "https://github.com/DenHeadless/DTTableViewManager.git",
13     "tag": "2.7.3"
14   },
15   "source_files": "DTTableViewManager",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   },
26   "dependencies": {
27     "DTModelStorage": [
28       "~> 0.9.1"
29     ]
30   }