[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / c / 7 / 5 / DTModelStorage / 8.0.0-beta.1 / DTModelStorage.podspec.json
blobf3282f49c1080ef0d4247e83abaaf2674a5906f2
2   "name": "DTModelStorage",
3   "version": "8.0.0-beta.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": "8.0.0-beta.1"
14   },
15   "requires_arc": true,
16   "swift_versions": [
17     "4.0",
18     "4.2",
19     "5.0",
20     "5.0"
21   ],
22   "platforms": {
23     "ios": "8.0",
24     "tvos": "9.0"
25   },
26   "frameworks": [
27     "UIKit",
28     "Foundation",
29     "CoreData"
30   ],
31   "default_subspecs": "Core",
32   "swift_version": "5.0",
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/DTModelStorage/*.swift"
37     },
38     {
39       "name": "Realm",
40       "dependencies": {
41         "DTModelStorage/Core": [
43         ],
44         "RealmSwift": [
45           "~> 3.0"
46         ]
47       },
48       "source_files": "Sources/RealmStorage/*.swift"
49     }
50   ]