[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / 7 / d / 3 / SQKDataKit / 0.2.3 / SQKDataKit.podspec.json
blobe4fde7e8ed028b3791bdb1cf33bc1050ccf3898c
2   "name": "SQKDataKit",
3   "version": "0.2.3",
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   "platforms": {
20     "ios": "6.0"
21   },
22   "source": {
23     "git": "git@git.3squared.com:ios-libraries/sqkdatakit.git",
24     "tag": "0.2.3"
25   },
26   "source_files": "Classes/**/*{h,m}",
27   "public_header_files": [
28     "Classes/NSManagedObject+SQKAdditions.h",
29     "Classes/SQKContextManager.h",
30     "Classes/SQKDataImportOperation.h",
31     "Classes/SQKDataKit.h"
32   ],
33   "frameworks": "CoreData",
34   "requires_arc": true