[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 9.1.2 / DTModelStorage.podspec.json
blob1d366cd9019b73175b6bd17f3dd0ae851a09a86e
2   "name": "DTModelStorage",
3   "version": "9.1.2",
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": "9.1.2"
14   },
15   "swift_versions": [
16     "5.3"
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           "~> 10.0"
41         ],
42         "Realm": [
44         ]
45       },
46       "source_files": "Sources/RealmStorage/*.swift"
47     }
48   ],
49   "swift_version": "5.3"