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