3 "version": "1.0.0-RC2",
5 "summary": "Lightweight Core Data wrapper.",
6 "homepage": "https://github.com/kylef/KFData",
8 "Kyle Fuller": "inbox@kylefuller.co.uk"
11 "git": "https://github.com/kylef/KFData.git",
19 "default_subspecs": "Essentials",
23 "header_dir": "KFData",
25 "frameworks": "CoreData",
32 "frameworks": "CoreData",
33 "source_files": "KFData/Core/*.{h,m}"
38 "header_dir": "KFData",
40 "frameworks": "CoreData",
41 "source_files": "KFData/Store/*.{h,m}",
42 "public_header_files": "KFData/Store/KFDataStore.h",
43 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
46 "frameworks": "CoreData",
47 "source_files": "KFData/Store/*.{h,m}",
48 "public_header_files": "KFData/Store/KFDataStore.h",
49 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
62 "header_dir": "KFData",
67 "frameworks": "UIKit",
68 "source_files": "KFData/UI/*.{h,m}"
90 "name": "Compatibility",
96 "header_dir": "KFData/Compatibility",
97 "source_files": "KFData/Compatibility/*.{h,m}"