blob: 436dc23990a45531dd6dd3a58273eb766be7bebd [file] [log] [blame]
{
"name": "SQKDataKit",
"version": "0.2.5",
"summary": "Lightweight Core Data helper to reduce boilerplate code.",
"license": {
"type": "Custom",
"file": "LICENCE"
},
"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",
"homepage": "http://git.3squared.com/ios-libraries/sqkdatakit",
"authors": {
"Luke Stringer": "luke.stringer@3squared.com",
"Sam Oakley": "sam.oakley@3squared.com",
"Zack Brown": "zack.brown@3squared.com",
"Ken Boucher": "ken.boucher@3squared.com",
"Ste Prescott": "ste.prescott@3squared.com",
"Ben Walker": "ben.walter@3squared.com"
},
"source": {
"git": "git@git.3squared.com:ios-libraries/sqkdatakit.git",
"tag": "0.2.5"
},
"source_files": "Classes/**/*{h,m}",
"public_header_files": [
"Classes/NSManagedObject+SQKAdditions.h",
"Classes/SQKContextManager.h",
"Classes/SQKDataImportOperation.h",
"Classes/SQKDataKit.h"
],
"frameworks": "CoreData",
"requires_arc": true
}