[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / d / 3 / SQKDataKit / 0.4.0 / SQKDataKit.podspec.json
blobc4f4d3d4306f28177f150b10f7648c09dd281b7b
2   "name": "SQKDataKit",
3   "version": "0.4.0",
4   "summary": "Lightweight Core Data helper to reduce boilerplate code.",
5   "license": {
6     "type": "Custom",
7     "file": "LICENCE"
8   },
9   "description": "\t\t\t\t\t\t\t\t\tCollection of classes to make working with Core Data easier and help DRY-up your code.\n\t\t\t\t\t\t\t\t\tProvides convenience methods and classes for working in a multi-threaded environment with NSManagedObjects and NSManagedObjectContexts. \n\t\t\t\t\t\t\t\t\tCodifies some good practises for importing large data sets efficiently.\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.4.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/SQKCoreDataOperation.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