[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.4.7 / SyncKit.podspec.json
blobeb49408d7de886b8721847d40c4c4faf0bc9979b
2   "name": "SyncKit",
3   "version": "0.4.7",
4   "summary": "CloudKit synchronization for your Core Data or Realm model.",
5   "description": "SyncKit automates the process of synchronizing your Core Data/Realm models using CloudKit. It can easily be plugged into (and removed from) your existing stack.",
6   "homepage": "https://github.com/mentrena/SyncKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Manuel Entrena": "manuel@mentrena.com"
13   },
14   "source": {
15     "git": "https://github.com/mentrena/SyncKit.git",
16     "tag": "0.4.7"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "public_header_files": "SyncKit/Classes/QSSynchronizer/*.h",
27       "source_files": "SyncKit/Classes/QSSynchronizer/*.{h,m}",
28       "frameworks": "CloudKit"
29     },
30     {
31       "name": "CoreData",
32       "dependencies": {
33         "SyncKit/Core": [
35         ]
36       },
37       "public_header_files": "SyncKit/Classes/CoreData/*.h",
38       "source_files": "SyncKit/Classes/CoreData/*.{h,m}",
39       "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
40       "frameworks": "CoreData"
41     },
42     {
43       "name": "Realm",
44       "dependencies": {
45         "SyncKit/Core": [
47         ],
48         "Realm": [
50         ]
51       },
52       "public_header_files": "SyncKit/Classes/Realm/*.h",
53       "source_files": "SyncKit/Classes/Realm/*.{h,m}"
54     }
55   ]