[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 3.0.4 / DTTableViewManager.podspec.json
blob384b3b0870b150d1c15f5bd87f74191f0a3433bf
2   "name": "DTTableViewManager",
3   "version": "3.0.4",
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": "3.0.4"
14   },
15   "source_files": "DTTableViewManager",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "ios": {
21     "frameworks": [
22       "UIKit",
23       "Foundation"
24     ]
25   },
26   "dependencies": {
27     "DTModelStorage": [
28       "~> 1.1.1"
29     ]
30   }