[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 2 / 0 / SwiftI18n / 1.2.1 / SwiftI18n.podspec.json
blobb8e993e508a39bea662ef3e97d6b89c24955bcee
2   "name": "SwiftI18n",
3   "version": "1.2.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.hr"
12   },
13   "source": {
14     "git": "https://github.com/infinum/iOS-SwiftI18n.git",
15     "tag": "1.2.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": "9.0"
21   },
22   "swift_version": "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}/**/*"
30       ]
31     },
32     {
33       "name": "I18n+Case",
34       "source_files": [
35         "SwiftI18n/Classes/{Main,Case}/**/*",
36         "SwiftI18n/Classes/Views/{BaseViews,CaseViews}/**/*"
37       ]
38     }
39   ]