项目作者: SethSky

项目描述 :
Helper for change language your app
高级语言: Swift
项目地址: git://github.com/SethSky/KOLocalizedString.git
创建时间: 2016-09-25T17:42:23Z
项目社区:https://github.com/SethSky/KOLocalizedString

开源协议:MIT License

下载


KOLocalizedString: Helper for work and change language your application in Swift

Build Status CocoaPods Compatible Platform

KOLocalizedString is an Localization library written in Swift.

Features

  • Usage .plist / .strings /images files
  • Update files from server
  • Update localization without rebooting application

Requirements

  • iOS 9.3+ / macOS 10.10+ / tvOS 9.0+ / watchOS 2.0+
  • Xcode 8.3+
  • Swift 3.1+

Installation

CocoaPods

CocoaPods is a dependency manager for Cocoa projects. You can install it with the following command:

  1. $ gem install cocoapods

CocoaPods 1.1+ is required to build KOLocalizedString 1.0.0+.

To integrate KOLocalizedString into your Xcode project using CocoaPods, specify it in your Podfile:

  1. source 'https://github.com/CocoaPods/Specs.git'
  2. platform :ios, '10.0'
  3. use_frameworks!
  4. target '<Your Target Name>' do
  5. pod 'KOLocalizedString', '~> 1.0.0'
  6. end

Then, run the following command:

  1. $ pod install

License

KOLocalizedString is released under the MIT license. See LICENSE for details.