[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 3.0.0-beta.1 / DTModelStorage.podspec.json
blob6f1d5cefc89050b74503ba5ab642e72438b68e7f
2   "name": "DTModelStorage",
3   "version": "3.0.0-beta.1",
4   "license": "MIT",
5   "summary": "Storage classes for datasource based controls.",
6   "homepage": "https://github.com/DenHeadless/DTModelStorage",
7   "authors": {
8     "Denys Telezhkin": "denys.telezhkin@yandex.ru"
9   },
10   "source": {
11     "git": "https://github.com/DenHeadless/DTModelStorage.git",
12     "tag": "3.0.0-beta.1"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0",
17     "tvos": "9.0"
18   },
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreData"
23   ],
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Source/Core/*.swift"
29     }
30   ]