[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / Harmony / 1.1.7 / Harmony.podspec.json
blob3955472a343c6c996ce601912e47a10de67653b8
2   "name": "Harmony",
3   "version": "1.1.7",
4   "summary": "Mobile Jazz Harmony Core",
5   "swift_versions": "5",
6   "description": "Mobile Jazz Harmony Core Repository",
7   "homepage": "https://github.com/mobilejazz/harmony-ios",
8   "license": {
9     "type": "Apache License, Version 2.0",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Mobile Jazz": "info@mobilejazz.com"
14   },
15   "source": {
16     "git": "https://github.com/mobilejazz/harmony-ios.git",
17     "tag": "1.1.7"
18   },
19   "social_media_url": "https://twitter.com/mobilejazzcom",
20   "default_subspecs": [
21     "Repository",
22     "Common",
23     "Security"
24   ],
25   "platforms": {
26     "osx": "10.12",
27     "ios": "9.0"
28   },
29   "source_files": "Harmony/Harmony.h",
30   "deprecated": true,
31   "subspecs": [
32     {
33       "name": "Future",
34       "source_files": [
35         "Harmony/Classes/Future/**/*",
36         "Harmony/Harmony.h"
37       ]
38     },
39     {
40       "name": "Repository",
41       "source_files": [
42         "Harmony/Classes/Repository/**/*",
43         "Harmony/Harmony.h"
44       ],
45       "dependencies": {
46         "Harmony/Future": [
48         ],
49         "Harmony/Common": [
51         ]
52       }
53     },
54     {
55       "name": "Common",
56       "source_files": [
57         "Harmony/Classes/Common/**/*",
58         "Harmony/Harmony.h"
59       ],
60       "dependencies": {
61         "Harmony/Future": [
63         ]
64       }
65     },
66     {
67       "name": "Security",
68       "source_files": [
69         "Harmony/Classes/Security/**/*",
70         "Harmony/Harmony.h"
71       ],
72       "frameworks": "Security",
73       "dependencies": {
74         "Harmony/Repository": [
76         ]
77       }
78     },
79     {
80       "name": "Alamofire",
81       "source_files": [
82         "Harmony/Classes/Alamofire/**/*",
83         "Harmony/Harmony.h"
84       ],
85       "dependencies": {
86         "Alamofire": [
87           "~> 4.8.2"
88         ],
89         "Harmony/Future": [
91         ],
92         "Harmony/Common": [
94         ]
95       }
96     },
97     {
98       "name": "All",
99       "dependencies": {
100         "Harmony/Future": [
102         ],
103         "Harmony/Repository": [
105         ],
106         "Harmony/Common": [
108         ],
109         "Harmony/Security": [
111         ],
112         "Harmony/Alamofire": [
114         ],
115         "Harmony/iOS": [
117         ],
118         "Harmony/Vastra": [
120         ],
121         "Harmony/Objection": [
123         ],
124         "Harmony/Testing": [
126         ]
127       }
128     },
129     {
130       "name": "iOS",
131       "osx": {
132         "source_files": [
133           "Harmony/Classes/iOS/readme-macOS.swift",
134           "Harmony/Harmony.h"
135         ]
136       },
137       "ios": {
138         "source_files": [
139           "Harmony/Classes/iOS/**/*",
140           "Harmony/Harmony.h"
141         ],
142         "frameworks": "UIKit",
143         "dependencies": {
144           "Harmony/Common": [
146           ]
147         }
148       }
149     },
150     {
151       "name": "Vastra",
152       "source_files": [
153         "Harmony/Classes/Vastra/**/*",
154         "Harmony/Harmony.h"
155       ]
156     },
157     {
158       "name": "MJCocoaCore",
159       "source_files": [
160         "Harmony/Classes/MJCocoaCore/**/*",
161         "Harmony/Harmony.h"
162       ],
163       "dependencies": {
164         "MJCocoaCore/Common": [
165           "~> 2.3"
166         ],
167         "Harmony/Common": [
169         ]
170       }
171     },
172     {
173       "name": "Objection",
174       "source_files": [
175         "Harmony/Classes/Objection/**/*",
176         "Harmony/Harmony.h"
177       ],
178       "dependencies": {
179         "MJObjection": [
181         ]
182       }
183     },
184     {
185       "name": "Testing",
186       "source_files": [
187         "Harmony/Classes/Testing/**/*",
188         "Harmony/Harmony.h"
189       ],
190       "dependencies": {
191         "Harmony/Repository": [
193         ]
194       }
195     }
196   ],
197   "swift_version": "5"