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