4 "summary": "Lightweight Core Data helper to reduce boilerplate code.",
9 "description": " A longer description of SQKDataKit in Markdown format.\n\n * Think: Why did you write this? What is the focus? What does it do?\n * CocoaPods will be using this to generate tags, and improve search results.\n * Try to keep it short, snappy and to the point.\n * Finally, don't worry about the indent, CocoaPods strips it!\n",
10 "homepage": "http://git.3squared.com/ios-libraries/sqkdatakit",
12 "Luke Stringer": "luke.stringer@3squared.com",
13 "Sam Oakley": "sma.oakley@3squared.com",
14 "Zack Brown": "zack.brown@3squared.com",
15 "Ken Boucher": "ken.boucher@3squared.com",
16 "Ste Prescott": "ste.prescott@3squared.com",
17 "Ben Walker": "ben.walkter@3squared.com"
23 "git": "git@git.3squared.com:ios-libraries/sqkdatakit.git",
26 "source_files": "Classes/**/*{h,m}",
27 "public_header_files": [
28 "Classes/NSManagedObject+SQKAdditions.h",
29 "Classes/SQKContextManager.h",
30 "Classes/SQKJSONDataImportOperation.h"
32 "frameworks": "CoreData",