[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / a / 3 / b / LocalizeWiz / 0.3.0 / LocalizeWiz.podspec.json
blob1b524f3e03354acb4eddcc138de95b9010a874ad
2   "name": "LocalizeWiz",
3   "version": "0.3.0",
4   "summary": "Real time app localization.",
5   "swift_versions": "5.0",
6   "description": "LocalizeWiz is a cloud based localization platform that automates the localization process. Localize all the content in your apps with just a few lines of code. LocalizeWiz also allows you to keep your localizations in sync and update text on the fly without having to create a new version of your app.",
7   "homepage": "https://localizewiz.com",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "LocalizeWiz": "https://localizewiz.com"
14   },
15   "source": {
16     "git": "https://github.com/localizewiz/wiz-ios-sdk.git",
17     "tag": "0.3.0"
18   },
19   "requires_arc": true,
20   "module_name": "LocalizeWiz",
21   "platforms": {
22     "ios": "10.0",
23     "tvos": "10.0",
24     "osx": "10.13"
25   },
26   "source_files": "LocalizeWiz/Sources/Common/**/*.swift",
27   "ios": {
28     "source_files": [
29       "LocalizeWiz/Sources/Common/**/*.swift",
30       "LocalizeWiz/Sources/ios/**/*.swift"
31     ],
32     "frameworks": "UIKit"
33   },
34   "tvos": {
35     "source_files": [
36       "LocalizeWiz/Sources/Common/**/*.swift",
37       "LocalizeWiz/Sources/ios/**/*.swift"
38     ],
39     "frameworks": "TVUIKit"
40   },
41   "osx": {
42     "source_files": [
43       "LocalizeWiz/Sources/Common/**/*.swift",
44       "LocalizeWiz/Sources/osx/**/*.swift"
45     ],
46     "frameworks": "AppKit"
47   },
48   "swift_version": "5.0"