[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 1 / b / CacheTracker / 1.3.2 / CacheTracker.podspec.json
blob4695fa5fac4419a7e9164193885bdeee9188a21e
2   "name": "CacheTracker",
3   "version": "1.3.2",
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.3.2"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Classes/Core/**/*.{swift}"
26     },
27     {
28       "name": "CoreData",
29       "source_files": [
30         "Classes/Core/**/*.{swift}",
31         "Classes/CoreData/**/*.{swift}"
32       ],
33       "frameworks": "CoreData",
34       "dependencies": {
35         "HeckelDiff": [
37         ]
38       }
39     },
40     {
41       "name": "Realm",
42       "source_files": [
43         "Classes/Core/**/*.{swift}",
44         "Classes/Realm/**/*.{swift}"
45       ],
46       "dependencies": {
47         "RBQFetchedResultsControllerX": [
49         ],
50         "SafeRealmObject": [
52         ]
53       }
54     },
55     {
56       "name": "Array",
57       "source_files": [
58         "Classes/Core/**/*.{swift}",
59         "Classes/Array/**/*.{swift}"
60       ]
61     }
62   ]