[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 0 / SwiftI18n / 1.3.1 / SwiftI18n.podspec.json
blob1603bb63978754f4a9e73061967a9df9babb1d21
2   "name": "SwiftI18n",
3   "version": "1.3.1",
4   "summary": "I18n library for Swift",
5   "homepage": "https://github.com/infinum/ios-swiftI18n",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Vlaho Poluta": "vlaho.poluta@infinum.com"
12   },
13   "source": {
14     "git": "https://github.com/infinum/ios-swiftI18n.git",
15     "tag": "1.3.1"
16   },
17   "description": "If you are not using Apple's i18n and need to provide language picking in settings in your application, this is the place for you.",
18   "requires_arc": true,
19   "platforms": {
20     "ios": "13.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "I18n",
24   "subspecs": [
25     {
26       "name": "I18n",
27       "source_files": [
28         "SwiftI18n/Classes/Main/**/*",
29         "SwiftI18n/Classes/Views/{BaseViews,PlainViews,SwiftUI}/**/*"
30       ],
31       "resource_bundles": {
32         "SwiftI18n": [
33           "SwiftI18n/SupportingFiles/PrivacyInfo.xcprivacy"
34         ]
35       }
36     },
37     {
38       "name": "I18n+Case",
39       "source_files": [
40         "SwiftI18n/Classes/{Main,Case}/**/*",
41         "SwiftI18n/Classes/Views/{BaseViews,CaseViews,SwiftUI}/**/*"
42       ],
43       "resource_bundles": {
44         "SwiftI18n": [
45           "SwiftI18n/SupportingFiles/PrivacyInfo.xcprivacy"
46         ]
47       }
48     }
49   ],
50   "swift_version": "5.0"