[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / d / 3 / SQKDataKit / 0.2.5 / SQKDataKit.podspec.json
blob436dc23990a45531dd6dd3a58273eb766be7bebd
2   "name": "SQKDataKit",
3   "version": "0.2.5",
4   "summary": "Lightweight Core Data helper to reduce boilerplate code.",
5   "license": {
6     "type": "Custom",
7     "file": "LICENCE"
8   },
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",
11   "authors": {
12     "Luke Stringer": "luke.stringer@3squared.com",
13     "Sam Oakley": "sam.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.walter@3squared.com"
18   },
19   "source": {
20     "git": "git@git.3squared.com:ios-libraries/sqkdatakit.git",
21     "tag": "0.2.5"
22   },
23   "source_files": "Classes/**/*{h,m}",
24   "public_header_files": [
25     "Classes/NSManagedObject+SQKAdditions.h",
26     "Classes/SQKContextManager.h",
27     "Classes/SQKDataImportOperation.h",
28     "Classes/SQKDataKit.h"
29   ],
30   "frameworks": "CoreData",
31   "requires_arc": true