blob: f03b0c175e3503aff6b18a6a4d7f0da3475f72c4 [file] [log] [blame]
{
"name": "SwiftI18n",
"version": "1.0.1",
"summary": "I18n library for swift",
"homepage": "https://bitbucket.org/Vlaho/swifti18n",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vlaho Poluta": "vlaho.poluta@infinum.hr"
},
"source": {
"git": "https://Vlaho@bitbucket.org/Vlaho/swifti18n.git",
"tag": "1.0.1"
},
"requires_arc": true,
"platforms": {
"ios": "9.0"
},
"swift_version": "4.2",
"default_subspecs": "I18n",
"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.",
"subspecs": [
{
"name": "I18n",
"source_files": [
"SwiftI18n/Classes/Main/**/*",
"SwiftI18n/Classes/Views/{BaseViews,PlainViews}/**/*"
]
},
{
"name": "I18n+Case",
"source_files": [
"SwiftI18n/Classes/{Main,Case}/**/*",
"SwiftI18n/Classes/Views/{BaseViews,CaseViews}/**/*"
]
}
]
}