[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 10.0.0 / DTModelStorage.podspec.json
blob4ade2a0242f9bff0f8a667333119c2b430043ddf
2   "name": "DTModelStorage",
3   "version": "10.0.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": "10.0.0"
14   },
15   "swift_versions": [
16     "5.3",
17     "5.4",
18     "5.5"
19   ],
20   "platforms": {
21     "ios": "11.0",
22     "tvos": "11.0"
23   },
24   "frameworks": [
25     "UIKit",
26     "Foundation",
27     "CoreData"
28   ],
29   "default_subspecs": "Core",
30   "subspecs": [
31     {
32       "name": "Core",
33       "source_files": "Sources/DTModelStorage/*.swift"
34     },
35     {
36       "name": "Realm",
37       "dependencies": {
38         "DTModelStorage/Core": [
40         ],
41         "RealmSwift": [
42           "~> 10.0"
43         ],
44         "Realm": [
46         ]
47       },
48       "source_files": "Sources/RealmStorage/*.swift"
49     }
50   ],
51   "swift_version": "5.5"