[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 4 / 5 / Harmony / 1.1.6 / Harmony.podspec.json
blob9ccd399119fd0e8b9b43351f8b07f25830ab580c
2   "name": "Harmony",
3   "version": "1.1.6",
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.6"
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/MJCocoaCore": [
120         ],
121         "Harmony/Vastra": [
123         ],
124         "Harmony/Objection": [
126         ],
127         "Harmony/Testing": [
129         ]
130       }
131     },
132     {
133       "name": "iOS",
134       "osx": {
135         "source_files": [
136           "Harmony/Classes/iOS/readme-macOS.swift",
137           "Harmony/Harmony.h"
138         ]
139       },
140       "ios": {
141         "source_files": [
142           "Harmony/Classes/iOS/**/*",
143           "Harmony/Harmony.h"
144         ],
145         "frameworks": "UIKit",
146         "dependencies": {
147           "Harmony/Common": [
149           ]
150         }
151       }
152     },
153     {
154       "name": "Vastra",
155       "source_files": [
156         "Harmony/Classes/Vastra/**/*",
157         "Harmony/Harmony.h"
158       ]
159     },
160     {
161       "name": "MJCocoaCore",
162       "source_files": [
163         "Harmony/Classes/MJCocoaCore/**/*",
164         "Harmony/Harmony.h"
165       ],
166       "dependencies": {
167         "MJCocoaCore/Common": [
168           "~> 2.3"
169         ],
170         "Harmony/Common": [
172         ]
173       }
174     },
175     {
176       "name": "Objection",
177       "source_files": [
178         "Harmony/Classes/Objection/**/*",
179         "Harmony/Harmony.h"
180       ],
181       "dependencies": {
182         "MJObjection": [
184         ]
185       }
186     },
187     {
188       "name": "Testing",
189       "source_files": [
190         "Harmony/Classes/Testing/**/*",
191         "Harmony/Harmony.h"
192       ],
193       "dependencies": {
194         "Harmony/Repository": [
196         ]
197       }
198     }
199   ],
200   "swift_version": "5"