[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.5.4 / SyncKit.podspec.json
blob3ec04fd4cb985a4741b8e6cdbba10c20086c2a38
2   "name": "SyncKit",
3   "version": "0.5.4",
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.5.4"
17   },
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "watchos": "3.0"
22   },
23   "default_subspecs": "Core",
24   "pushed_with_swift_version": "3.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "public_header_files": "SyncKit/Classes/QSSynchronizer/*.h",
29       "source_files": "SyncKit/Classes/QSSynchronizer/*.{h,m}",
30       "frameworks": "CloudKit"
31     },
32     {
33       "name": "CoreData",
34       "dependencies": {
35         "SyncKit/Core": [
37         ]
38       },
39       "public_header_files": "SyncKit/Classes/CoreData/*.h",
40       "source_files": "SyncKit/Classes/CoreData/*.{h,m}",
41       "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
42       "frameworks": "CoreData"
43     },
44     {
45       "name": "Realm",
46       "dependencies": {
47         "SyncKit/Core": [
49         ],
50         "Realm": [
51           "~> 3.0"
52         ]
53       },
54       "public_header_files": "SyncKit/Classes/Realm/*.h",
55       "source_files": "SyncKit/Classes/Realm/*.{h,m}"
56     },
57     {
58       "name": "RealmSwift",
59       "dependencies": {
60         "SyncKit/Core": [
62         ],
63         "RealmSwift": [
64           "~> 3.0"
65         ]
66       },
67       "source_files": "SyncKit/Classes/RealmSwift/*.swift"
68     }
69   ]