[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / Harmony / 1.0.0 / Harmony.podspec.json
blobfb874f8a00e0aa16099cc87a0c035a81f98f5840
2   "name": "Harmony",
3   "version": "1.0.0",
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.0.0"
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       }
93     },
94     {
95       "name": "Realm",
96       "source_files": [
97         "Harmony/Classes/Realm/**/*",
98         "Harmony/Harmony.h"
99       ],
100       "dependencies": {
101         "RealmSwift": [
102           "~> 3.14"
103         ],
104         "Harmony/Repository": [
106         ],
107         "Harmony/Security": [
109         ]
110       }
111     },
112     {
113       "name": "iOS",
114       "osx": {
115         "source_files": [
116           "Harmony/Classes/iOS/readme-macOS.swift",
117           "Harmony/Harmony.h"
118         ]
119       },
120       "ios": {
121         "source_files": [
122           "Harmony/Classes/iOS/**/*",
123           "Harmony/Harmony.h"
124         ],
125         "frameworks": "UIKit",
126         "dependencies": {
127           "Harmony/Common": [
129           ]
130         }
131       }
132     },
133     {
134       "name": "Vastra",
135       "source_files": [
136         "Harmony/Classes/Vastra/**/*",
137         "Harmony/Harmony.h"
138       ]
139     },
140     {
141       "name": "MJCocoaCore",
142       "source_files": [
143         "Harmony/Classes/MJCocoaCore/**/*",
144         "Harmony/Harmony.h"
145       ],
146       "dependencies": {
147         "MJCocoaCore/Common": [
148           "~> 2.3"
149         ],
150         "Harmony/Common": [
152         ]
153       }
154     },
155     {
156       "name": "Objection",
157       "source_files": [
158         "Harmony/Classes/Objection/**/*",
159         "Harmony/Harmony.h"
160       ],
161       "dependencies": {
162         "MJObjection": [
164         ]
165       }
166     }
167   ],
168   "swift_version": "5"