[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 1 / b / CacheTracker / 1.0.0 / CacheTracker.podspec.json
blob406892e32d959a8b441b0a062e0fa557782f8a75
2   "name": "CacheTracker",
3   "version": "1.0.0",
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.0.0"
19   },
20   "requires_arc": true,
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.2",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Classes/Core/**/*.{swift}"
27     },
28     {
29       "name": "CoreData",
30       "source_files": [
31         "Classes/Core/**/*.{swift}",
32         "Classes/CoreData/**/*.{swift}"
33       ],
34       "frameworks": "CoreData"
35     },
36     {
37       "name": "Realm",
38       "source_files": [
39         "Classes/Core/**/*.{swift}",
40         "Classes/Realm/**/*.{swift}"
41       ],
42       "dependencies": {
43         "RBQFetchedResultsControllerX": [
45         ],
46         "SafeRealmObject": [
48         ]
49       }
50     }
51   ]