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