[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / e / 9 / SyncKit / 0.3.3 / SyncKit.podspec.json
blobc8089c34e2c37f20f23ba421cc65436825774bd8
2   "name": "SyncKit",
3   "version": "0.3.3",
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.3.3"
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   ]