[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / c / 2 / 0 / SwiftI18n / 1.3.0 / SwiftI18n.podspec.json
blobe2823ae43a0cd34b7e487fccbbc9ee6576dc14be
2   "name": "SwiftI18n",
3   "version": "1.3.0",
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.hr"
12   },
13   "source": {
14     "git": "https://github.com/infinum/ios-swiftI18n.git",
15     "tag": "1.3.0"
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     },
32     {
33       "name": "I18n+Case",
34       "source_files": [
35         "SwiftI18n/Classes/{Main,Case}/**/*",
36         "SwiftI18n/Classes/Views/{BaseViews,CaseViews,SwiftUI}/**/*"
37       ]
38     }
39   ],
40   "swift_version": "5.0"