Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onmap/l10n-ios
https://github.com/onmap/l10n-ios
carthage cocoapods ios live-updates localization swift swift-4 xcode
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/onmap/l10n-ios
- Owner: OnMap
- License: mit
- Created: 2017-08-16T16:20:44.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-24T08:10:40.000Z (over 6 years ago)
- Last Synced: 2024-10-30T19:07:02.736Z (7 days ago)
- Topics: carthage, cocoapods, ios, live-updates, localization, swift, swift-4, xcode
- Language: Swift
- Size: 80.1 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/OnMap/OML10n.svg?branch=master)](https://travis-ci.org/OnMap/OML10n)
[![Codebeat](https://codebeat.co/badges/ce045eb7-1f32-43a2-abfd-b86da88b5704)](https://codebeat.co/projects/github-com-onmap-l10n-ios-master)
[![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg)](https://swift.org)
[![Xcode](https://img.shields.io/badge/Xcode-9.0-blue.svg)](https://developer.apple.com/xcode)
[![Platforms](https://img.shields.io/cocoapods/p/OML10n.svg?style=flat)](https://github.com/OnMap/OML10n)
[![Cocoapods](https://img.shields.io/cocoapods/v/OML10n.svg)](https://cocoapods.org/pods/OML10n)
[![Carthage compatible](https://img.shields.io/badge/Carthage-Compatible-brightgreen.svg?style=flat)](https://github.com/Carthage/Carthage)
[![CocoaPods](https://img.shields.io/cocoapods/dt/OML10n.svg)](https://cocoapods.org/pods/OML10n)
[![CocoaPods](https://img.shields.io/cocoapods/dm/OML10n.svg)](https://cocoapods.org/pods/OML10n)## Requirements
- iOS 9.0+
- Xcode 9.0+
- Swift 4.0+## Installation
CocoaPods
To integrate OML10n into your Xcode project using CocoaPods, specify it in your
Podfile
:- Integrate All (recommended):
pod 'OML10n'
- Integrate Core only:
pod 'OML10n/Core'
- Integrate LiveUpdates:
pod 'OML10n/LiveUpdates'
- Integrate Parseltongue:
pod 'OML10n/Parseltongue'
Carthage
To integrate OML10n into your Xcode project using Carthage, specify it in your
Cartfile
:github "OnMap/L10n-iOS" ~> 1.0
Manually
Add the folders to your Xcode project to use all extensions, or a specific folder.