[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / c / 2 / 0 / SwiftI18n / 1.0.1 / SwiftI18n.podspec.json
blobf03b0c175e3503aff6b18a6a4d7f0da3475f72c4
2   "name": "SwiftI18n",
3   "version": "1.0.1",
4   "summary": "I18n library for swift",
5   "homepage": "https://bitbucket.org/Vlaho/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://Vlaho@bitbucket.org/Vlaho/swifti18n.git",
15     "tag": "1.0.1"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "default_subspecs": "I18n",
23   "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.",
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   ]