[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 1 / b / CacheTracker / 1.4.1 / CacheTracker.podspec.json
blobfd976fa474ec2965cb102e9d5b85b4a409fc4ab4
2   "name": "CacheTracker",
3   "version": "1.4.1",
4   "summary": "Helper to divide UI from Database layer. Based on https://github.com/akantsevoi/CacheTracker",
5   "homepage": "https://github.com/ladeiko/CacheTracker",
6   "license": {
7     "type": "CUSTOM",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Siarhei Ladzeika": "sergey.ladeiko@gmail.com"
12   },
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/ladeiko/CacheTracker.git",
18     "tag": "1.4.1"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "swift_versions": [
23     "4.0",
24     "4.2",
25     "5.0",
26     "5.0"
27   ],
28   "swift_version": "5.0",
29   "subspecs": [
30     {
31       "name": "Core",
32       "source_files": "Classes/Core/**/*.{swift}"
33     },
34     {
35       "name": "CoreData",
36       "source_files": [
37         "Classes/Core/**/*.{swift}",
38         "Classes/CoreData/**/*.{swift}"
39       ],
40       "frameworks": "CoreData",
41       "dependencies": {
42         "HeckelDiff": [
44         ]
45       }
46     },
47     {
48       "name": "Realm",
49       "source_files": [
50         "Classes/Core/**/*.{swift}",
51         "Classes/Realm/**/*.{swift}"
52       ],
53       "dependencies": {
54         "RBQFetchedResultsControllerX": [
56         ],
57         "SafeRealmObject": [
59         ]
60       }
61     },
62     {
63       "name": "Array",
64       "source_files": [
65         "Classes/Core/**/*.{swift}",
66         "Classes/Array/**/*.{swift}"
67       ]
68     }
69   ]