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",
31 "source_files": "KFData/Attribute/*.{h,m}"
34 "source_files": "KFData/Attribute/*.{h,m}"
45 "source_files": "KFData/Manager/*.{h,m}"
48 "source_files": "KFData/Manager/*.{h,m}"
54 "frameworks": "CoreData",
61 "frameworks": "CoreData",
71 "frameworks": "CoreData",
72 "source_files": "KFData/Store/*.{h,m}",
73 "public_header_files": "KFData/Store/KFDataStore.h",
74 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
77 "frameworks": "CoreData",
78 "source_files": "KFData/Store/*.{h,m}",
79 "public_header_files": "KFData/Store/KFDataStore.h",
80 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
98 "source_files": "KFData/UI/*.{h,m}"
102 "name": "Essentials",
110 "KFData/Attribute": [
126 "name": "Compatibility",
135 "header_dir": "KFData/Compatibility",
136 "source_files": "KFData/Compatibility/*.{h,m}"