[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 2 / a / b / DTTableViewManager / 2.1.0 / DTTableViewManager.podspec.json
blob20a1c5be146c54711dc33a7fb23bb6cb3ab7fcbe
2   "name": "DTTableViewManager",
3   "version": "2.1.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   "source": {
11     "git": "https://github.com/DenHeadless/DTTableViewManager.git",
12     "tag": "2.1.0"
13   },
14   "source_files": "DTTableViewManager",
15   "requires_arc": true,
16   "platforms": {
17     "ios": "6.0"
18   },
19   "ios": {
20     "frameworks": [
21       "UIKit",
22       "Foundation"
23     ]
24   },
25   "dependencies": {
26     "DTModelStorage": [
27       "0.3.1"
28     ]
29   }