[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 2 / 4 / 5 / Harmony / 1.1.2 / Harmony.podspec.json
blob3154fde37aaab6d12f8ad8ab93144a5a4b4bf53b
2   "name": "Harmony",
3   "version": "1.1.2",
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.2"
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": "iOS",
99       "osx": {
100         "source_files": [
101           "Harmony/Classes/iOS/readme-macOS.swift",
102           "Harmony/Harmony.h"
103         ]
104       },
105       "ios": {
106         "source_files": [
107           "Harmony/Classes/iOS/**/*",
108           "Harmony/Harmony.h"
109         ],
110         "frameworks": "UIKit",
111         "dependencies": {
112           "Harmony/Common": [
114           ]
115         }
116       }
117     },
118     {
119       "name": "Vastra",
120       "source_files": [
121         "Harmony/Classes/Vastra/**/*",
122         "Harmony/Harmony.h"
123       ]
124     },
125     {
126       "name": "MJCocoaCore",
127       "source_files": [
128         "Harmony/Classes/MJCocoaCore/**/*",
129         "Harmony/Harmony.h"
130       ],
131       "dependencies": {
132         "MJCocoaCore/Common": [
133           "~> 2.3"
134         ],
135         "Harmony/Common": [
137         ]
138       }
139     },
140     {
141       "name": "Objection",
142       "source_files": [
143         "Harmony/Classes/Objection/**/*",
144         "Harmony/Harmony.h"
145       ],
146       "dependencies": {
147         "MJObjection": [
149         ]
150       }
151     }
152   ],
153   "swift_version": "5"