[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 8.1.0 / DTModelStorage.podspec.json
blob42425d4dae3ff7e39901d12d65595e7ad9d20a38
2   "name": "DTModelStorage",
3   "version": "8.1.0",
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": "8.1.0"
14   },
15   "swift_versions": [
16     "5.0"
17   ],
18   "platforms": {
19     "ios": "11.0",
20     "tvos": "11.0"
21   },
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreData"
26   ],
27   "default_subspecs": "Core",
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "Sources/DTModelStorage/*.swift"
32     },
33     {
34       "name": "Realm",
35       "dependencies": {
36         "DTModelStorage/Core": [
38         ],
39         "RealmSwift": [
40           "~> 5.0"
41         ]
42       },
43       "source_files": "Sources/RealmStorage/*.swift"
44     }
45   ],
46   "swift_version": "5.0"