[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / c / 9 / 6 / CJKit / 2.0.1 / CJKit.podspec.json
blob7e3f3c0ea6f7352388d4e883f1fc0c65be8c460e
2   "name": "CJKit",
3   "version": "2.0.1",
4   "summary": "An Objective-C wrapper for the ClubJudge API",
5   "homepage": "https://github.com/clubjudge/objc-sdk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Bruno Abrantes": "bruno.abrantes@clubjudge.com"
12   },
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/clubjudge/objc-sdk.git",
18     "tag": "2.0.1"
19   },
20   "default_subspecs": "base",
21   "public_header_files": "Classes/**/*.h",
22   "frameworks": "CoreLocation",
23   "requires_arc": true,
24   "dependencies": {
25     "AFNetworking": [
26       "~> 2.2"
27     ],
28     "ObjectiveSugar": [
30     ],
31     "BAPersistentOperationQueue": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "base",
38       "source_files": [
39         "Classes/CJkit.h",
40         "Classes/Engine/*.{h,m}",
41         "Classes/Models/*.{h,m}",
42         "Classes/Engine/*.{h,m}",
43         "Classes/Models/*.{h,m}",
44         "Classes/Request/*.{h,m}",
45         "Classes/Categories/CJModel+{Following,Distance,Images}.{h,m}",
46         "Classes/Categories/NSDate+StringParsing.{h,m}",
47         "Classes/Serializers/*.{h,m}",
48         "Classes/Controllers/CJPersistentQueueController.{h,m}"
49       ]
50     },
51     {
52       "name": "PromiseKit",
53       "dependencies": {
54         "PromiseKit/base": [
55           "~> 0.9.8.1"
56         ],
57         "CJKit/base": [
58           "~> 2.0.1"
59         ]
60       },
61       "source_files": [
62         "Classes/Categories/CJAPIRequest+PromiseKit.{h,m}",
63         "Classes/Categories/CJEngine+PromiseKit.{h,m}"
64       ]
65     },
66     {
67       "name": "BAPersistentOperationQueue",
68       "dependencies": {
69         "CJKit/base": [
70           "~> 2.0.1"
71         ]
72       },
73       "source_files": "Classes/Categories/CJEngine+CJPersistentQueueController.{h,m}"
74     }
75   ]