[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / d / 5 / 6 / CrowdinSDK / 1.7.0 / CrowdinSDK.podspec.json
blobc46b6bc35846ef97dbc4be8f2d2705bbb784d415
2   "name": "CrowdinSDK",
3   "version": "1.7.0",
4   "summary": "Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately",
5   "description": "Crowdin iOS SDK delivers all new translations from Crowdin project to the application immediately. So there is no need to update this application via App Store to get the new version with the localization.\n\nThe SDK provides:\n\nOver-The-Air Content Delivery – the localized files can be sent to the application from the project whenever needed\nReal-time Preview – all the translations that are done via Editor can be shown in the application in real-time\nScreenshots – all screenshots made in the application may be automatically sent to your Crowdin project with tagged source strings",
6   "homepage": "https://github.com/crowdin/mobile-sdk-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Crowdin": "support@crowdin.com"
13   },
14   "source": {
15     "git": "https://github.com/crowdin/mobile-sdk-ios.git",
16     "tag": "1.7.0"
17   },
18   "social_media_url": "https://twitter.com/crowdin",
19   "platforms": {
20     "watchos": "4.0",
21     "ios": "12.0",
22     "tvos": "12.0",
23     "osx": "10.13"
24   },
25   "ios": {
26     "frameworks": "UIKit"
27   },
28   "tvos": {
29     "frameworks": "UIKit"
30   },
31   "osx": {
32     "frameworks": "AppKit"
33   },
34   "static_framework": false,
35   "swift_versions": "5.0",
36   "default_subspecs": [
37     "Core",
38     "CrowdinProvider"
39   ],
40   "testspecs": [
41     {
42       "name": "Core_Tests",
43       "test_type": "unit",
44       "source_files": "Sources/Tests/Core/*.swift"
45     },
46     {
47       "name": "CrowdinProvider_Tests",
48       "test_type": "unit",
49       "source_files": "Sources/Tests/CrowdinProvider/*.swift",
50       "resources": "Resources/Tests/SupportedLanguages.json"
51     },
52     {
53       "name": "CrowdinAPI_Tests",
54       "test_type": "unit",
55       "source_files": "Sources/Tests/CrowdinAPI/*.swift"
56     }
57   ],
58   "subspecs": [
59     {
60       "name": "Core",
61       "source_files": "Sources/CrowdinSDK/CrowdinSDK/**/*",
62       "dependencies": {
63         "CrowdinSDK/CrowdinFileSystem": [
65         ]
66       }
67     },
68     {
69       "name": "CrowdinFileSystem",
70       "source_files": "Sources/CrowdinSDK/CrowdinFileSystem/**/*"
71     },
72     {
73       "name": "CrowdinProvider",
74       "source_files": "Sources/CrowdinSDK/Providers/Crowdin/**/*.swift",
75       "dependencies": {
76         "CrowdinSDK/Core": [
78         ],
79         "CrowdinSDK/CrowdinAPI": [
81         ],
82         "CrowdinSDK/CrowdinFileSystem": [
84         ]
85       }
86     },
87     {
88       "name": "CrowdinAPI",
89       "source_files": "Sources/CrowdinSDK/CrowdinAPI/**/*.swift",
90       "dependencies": {
91         "CrowdinSDK/Core": [
93         ],
94         "BaseAPI": [
95           "~> 0.2.1"
96         ]
97       }
98     },
99     {
100       "name": "Screenshots",
101       "ios": {
102         "source_files": "Sources/CrowdinSDK/Features/ScreenshotFeature/**/*.swift"
103       },
104       "dependencies": {
105         "CrowdinSDK/Core": [
107         ],
108         "CrowdinSDK/CrowdinProvider": [
110         ],
111         "CrowdinSDK/CrowdinAPI": [
113         ],
114         "CrowdinSDK/LoginFeature": [
116         ]
117       }
118     },
119     {
120       "name": "RealtimeUpdate",
121       "ios": {
122         "source_files": "Sources/CrowdinSDK/Features/RealtimeUpdateFeature/**/*.swift"
123       },
124       "dependencies": {
125         "CrowdinSDK/Core": [
127         ],
128         "CrowdinSDK/CrowdinProvider": [
130         ],
131         "CrowdinSDK/CrowdinAPI": [
133         ],
134         "CrowdinSDK/LoginFeature": [
136         ],
137         "Starscream": [
138           "~> 4.0.4"
139         ]
140       }
141     },
142     {
143       "name": "RefreshLocalization",
144       "source_files": "Sources/CrowdinSDK/Features/RefreshLocalizationFeature/**/*.swift",
145       "dependencies": {
146         "CrowdinSDK/Core": [
148         ],
149         "CrowdinSDK/CrowdinProvider": [
151         ],
152         "CrowdinSDK/CrowdinAPI": [
154         ]
155       }
156     },
157     {
158       "name": "LoginFeature",
159       "ios": {
160         "source_files": "Sources/CrowdinSDK/Features/LoginFeature/**/*.swift"
161       },
162       "dependencies": {
163         "CrowdinSDK/Core": [
165         ],
166         "CrowdinSDK/CrowdinProvider": [
168         ],
169         "CrowdinSDK/CrowdinAPI": [
171         ],
172         "BaseAPI": [
173           "~> 0.2.1"
174         ]
175       }
176     },
177     {
178       "name": "IntervalUpdate",
179       "ios": {
180         "source_files": "Sources/CrowdinSDK/Features/IntervalUpdateFeature/**/*.swift"
181       },
182       "dependencies": {
183         "CrowdinSDK/Core": [
185         ],
186         "CrowdinSDK/CrowdinProvider": [
188         ],
189         "CrowdinSDK/CrowdinAPI": [
191         ]
192       }
193     },
194     {
195       "name": "Settings",
196       "ios": {
197         "source_files": "Sources/CrowdinSDK/Settings/**/*.swift",
198         "resources": "Sources/CrowdinSDK/Resources/Settings/*.{storyboard,xib,xcassets}"
199       },
200       "dependencies": {
201         "CrowdinSDK/Screenshots": [
203         ],
204         "CrowdinSDK/RealtimeUpdate": [
206         ],
207         "CrowdinSDK/RefreshLocalization": [
209         ],
210         "CrowdinSDK/IntervalUpdate": [
212         ],
213         "CrowdinSDK/Core": [
215         ],
216         "CrowdinSDK/CrowdinProvider": [
218         ],
219         "CrowdinSDK/CrowdinAPI": [
221         ],
222         "CrowdinSDK/LoginFeature": [
224         ]
225       }
226     }
227   ],
228   "swift_version": "5.0"