[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 7.2.1 / DTModelStorage.podspec.json
blob2969dc30b1c8f121af51ee6d6e82cc02fe1bed2e
2   "name": "DTModelStorage",
3   "version": "7.2.1",
4   "license": "MIT",
5   "summary": "Storage classes for datasource based controls.",
6   "homepage": "https://github.com/DenTelezhkin/DTModelStorage",
7   "social_media_url": "https://twitter.com/DenTelezhkin",
8   "authors": {
9     "Denys Telezhkin": "denys.telezhkin.oss@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DenTelezhkin/DTModelStorage.git",
13     "tag": "7.2.1"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "8.0",
18     "tvos": "9.0"
19   },
20   "frameworks": [
21     "UIKit",
22     "Foundation",
23     "CoreData"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Source/Core/*.swift"
30     },
31     {
32       "name": "Realm",
33       "dependencies": {
34         "DTModelStorage/Core": [
36         ],
37         "RealmSwift": [
38           "~> 3.0"
39         ]
40       },
41       "source_files": "Source/Realm/*.swift"
42     }
43   ]