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",
62 "source_files": "KFData/Core/*.{h,m}"
68 "frameworks": "CoreData",
69 "source_files": "KFData/Store/*.{h,m}",
70 "public_header_files": "KFData/Store/KFDataStore.h",
71 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
74 "frameworks": "CoreData",
75 "source_files": "KFData/Store/*.{h,m}",
76 "public_header_files": "KFData/Store/KFDataStore.h",
77 "private_header_files": "KFData/Store/KFDataStoreInternal.h"
100 "frameworks": "UIKit",
101 "source_files": "KFData/UI/*.{h,m}"
105 "name": "Essentials",
113 "KFData/Attribute": [
129 "name": "Compatibility",
138 "header_dir": "KFData/Compatibility",
139 "source_files": "KFData/Compatibility/*.{h,m}"