[Add] DocumentReaderOCR 7.5.10931
[CocoaPods.git] / Specs / e / 1 / 0 / Localize-Swift / 3.2.0 / Localize-Swift.podspec.json
blob3e32ef56e918b5e44098d0dc53dfdb179a348d5e
2   "name": "Localize-Swift",
3   "version": "3.2.0",
4   "summary": "Swift-friendly localization and i18n syntax with in-app language switching.",
5   "description": "A simple framework that improves localization and i18n in Swift apps with cleaner syntax and in-app language switching.",
6   "homepage": "https://github.com/marmelroy/Localize-Swift",
7   "license": "MIT",
8   "authors": {
9     "Roy Marmelstein": "marmelroy@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/marmelroy/Localize-Swift.git",
13     "tag": "3.2.0",
14     "submodules": true
15   },
16   "social_media_url": "http://twitter.com/marmelroy",
17   "swift_versions": "5.3",
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.3"
20   },
21   "requires_arc": true,
22   "platforms": {
23     "ios": "9.0",
24     "osx": "10.10",
25     "tvos": "9.0",
26     "watchos": "4.0"
27   },
28   "subspecs": [
29     {
30       "name": "LocalizeSwiftCore",
31       "platforms": {
32         "ios": "9.0",
33         "osx": "10.10",
34         "tvos": "9.0",
35         "watchos": "4.0"
36       },
37       "source_files": "Sources/"
38     },
39     {
40       "name": "UIKit",
41       "dependencies": {
42         "Localize-Swift/LocalizeSwiftCore": [
44         ]
45       },
46       "platforms": {
47         "ios": "9.0"
48       },
49       "source_files": "Sources/UI/"
50     }
51   ],
52   "swift_version": "5.3"