[Add] AgoraRtcEngine_iOS_Preview 4.3.2.11-build.2
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.1.7 / SyncKit.podspec.json
blob67b7b125c9e835772cb54df0c4caf93a7ca66efc
2   "name": "SyncKit",
3   "version": "0.1.7",
4   "summary": "CloudKit synchronization for your Core Data model.",
5   "description": "SyncKit automates the process of synchronizing your Core Data 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": "manuel@mentrena.com"
13   },
14   "source": {
15     "git": "https://github.com/mentrena/SyncKit.git",
16     "tag": "0.1.7"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.11"
21   },
22   "public_header_files": "SyncKit/Classes/**/*.h",
23   "prefix_header_file": "SyncKit/Classes/SyncKitPrefixHeader.pch",
24   "source_files": "SyncKit/Classes/**/*.{h,m}",
25   "resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
26   "frameworks": [
27     "CoreData",
28     "CloudKit"
29   ]