[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 3.0.5 / DTTableViewManager.podspec.json
blob51a0f70a7868bb7400b4c4c92d54d08b964e5e61
2   "name": "DTTableViewManager",
3   "version": "3.0.5",
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.5"
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.2"
29     ]
30   }