[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / c / 2 / 0 / SwiftI18n / 0.9.3 / SwiftI18n.podspec.json
blobfcaea1d6eeeb74cfc13c0031063d84080300debb
2   "name": "SwiftI18n",
3   "version": "0.9.3",
4   "summary": "TODO: A short description of SwiftI18n.",
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": "0.9.3"
16   },
17   "requires_arc": true,
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.1",
22   "default_subspecs": "I18n",
23   "description": "TODO: Add long description of the pod here.",
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   ]