[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / 9 / MenuKit / 0.1.0 / MenuKit.podspec.json
blob156ea8880a49ed959eef55ef9fce1f379171ba2a
2   "name": "MenuKit",
3   "version": "0.1.0",
4   "summary": "Objective-C menu and order framework optimized for encoding into barcodes.",
5   "description": "This project provides an implementation of a menu domain model and menu\nordering framework that is designed with encoding orders into 2D barcodes.",
6   "homepage": "https://github.com/Blue-Rocket/BRMenu",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE.txt"
10   },
11   "authors": {
12     "Matt Magoffin": "matt@bluerocket.us"
13   },
14   "platforms": {
15     "ios": "8.4"
16   },
17   "source": {
18     "git": "https://github.com/Blue-Rocket/BRMenu.git",
19     "tag": "0.1.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": [
27         "Menu/Code/Core.h",
28         "Menu/Code/Core"
29       ],
30       "header_dir": "Core",
31       "dependencies": {
32         "BRCocoaLumberjack": [
33           "~> 1.9"
34         ]
35       },
36       "resource_bundles": {
37         "BRMenu": "Menu/Resources/Core/**"
38       }
39     },
40     {
41       "name": "RestKit",
42       "source_files": [
43         "Menu/Code/RestKit.h",
44         "Menu/Code/RestKit"
45       ],
46       "header_dir": "RestKit",
47       "dependencies": {
48         "MenuKit/Core": [
50         ],
51         "RestKit/ObjectMapping": [
52           "~> 0.24"
53         ]
54       }
55     },
56     {
57       "name": "AFNetworking",
58       "source_files": [
59         "Menu/Code/AFNetworking.h",
60         "Menu/Code/AFNetworking"
61       ],
62       "header_dir": "AFNetworking",
63       "dependencies": {
64         "MenuKit/RestKit": [
66         ],
67         "AFNetworking": [
68           "~> 2.5"
69         ]
70       }
71     },
72     {
73       "name": "UI",
74       "source_files": [
75         "Menu/Code/UI.h",
76         "Menu/Code/UI"
77       ],
78       "header_dir": "UI",
79       "dependencies": {
80         "MenuKit/Core": [
82         ],
83         "BRPDFImage": [
84           "~> 1.0"
85         ],
86         "Masonry": [
87           "~> 0.6"
88         ]
89       },
90       "resource_bundles": {
91         "BRMenuUI": "Menu/Resources/UI/**"
92       }
93     }
94   ]