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