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