[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 1 / b / CacheTracker / 1.1.2 / CacheTracker.podspec.json
blob3d946bfac9c3cb427ed6aa39f1140848a57eac9a
2   "name": "CacheTracker",
3   "version": "1.1.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.1.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     },
35     {
36       "name": "Realm",
37       "source_files": [
38         "Classes/Core/**/*.{swift}",
39         "Classes/Realm/**/*.{swift}"
40       ],
41       "dependencies": {
42         "RBQFetchedResultsControllerX": [
44         ],
45         "SafeRealmObject": [
47         ]
48       }
49     }
50   ]