5 "summary": "Lightweight Core Data wrapper.",
6 "homepage": "https://github.com/kylef/KFData",
8 "Kyle Fuller": "inbox@kylefuller.co.uk"
10 "social_media_url": "https://twitter.com/kylefuller",
12 "git": "https://github.com/kylef/KFData.git",
20 "default_subspecs": "Essentials",
21 "header_dir": "KFData",
26 "source_files": "KFData/Attribute/*.{h,m}"
29 "source_files": "KFData/Attribute/*.{h,m}"
35 "frameworks": "CoreData",
42 "frameworks": "CoreData",
43 "source_files": "KFData/Core/*.{h,m}"
49 "frameworks": "CoreData",
50 "source_files": "KFData/Store/*.{h,m}",
51 "public_header_files": "KFData/Store/KFDataStore.h",
52 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
55 "frameworks": "CoreData",
56 "source_files": "KFData/Store/*.{h,m}",
57 "public_header_files": "KFData/Store/KFDataStore.h",
58 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
78 "frameworks": "UIKit",
79 "source_files": "KFData/UI/*.{h,m}"
104 "name": "Compatibility",
110 "header_dir": "KFData/Compatibility",
111 "source_files": "KFData/Compatibility/*.{h,m}"