[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / d / 3 / SQKDataKit / 0.3.0 / SQKDataKit.podspec.json
blob54e9b5de6b3c4e625e5d340668d2571ae49a2bcc
2   "name": "SQKDataKit",
3   "version": "0.3.0",
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.walker@3squared.com"
18   },
19   "platforms": {
20     "ios": "6.0",
21     "osx": "10.9"
22   },
23   "source": {
24     "git": "git@git.3squared.com:ios-libraries/sqkdatakit.git",
25     "tag": "0.3.0"
26   },
27   "ios": {
28     "source_files": [
29       "Classes/shared/**/*{h,m}",
30       "Classes/ios/**/*{h,m}"
31     ]
32   },
33   "osx": {
34     "source_files": [
35       "Classes/shared/**/*{h,m}",
36       "Classes/osx/**/*{h,m}"
37     ]
38   },
39   "public_header_files": [
40     "Classes/shared/SQKManagedObjectController.h",
41     "Classes/shared/NSManagedObject+SQKAdditions.h",
42     "Classes/shared/SQKContextManager.h",
43     "Classes/shared/SQKDataImportOperation.h",
44     "Classes/shared/SQKDataKit.h",
45     "Classes/shared/NSManagedObjectContext+SQKAdditions.h",
46     "Classes/ios/SQKFetchedTableViewController.h"
47   ],
48   "frameworks": "CoreData",
49   "requires_arc": true