GithubHelp home page GithubHelp logo

isabella232 / lingohubsync Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jamitlabs/lingohubsync

0.0 0.0 0.0 29 KB

A client for syncing translation files with LingoHub.

License: MIT License

Ruby 6.04% Objective-C 2.75% Swift 91.20%

lingohubsync's Introduction

Version: 1.0.0 Swift: 4.0 Platforms: iOS | macOS | tvOS License: MIT

InstallationUsageIssuesContributingLicense

LingoHubSync

A client for syncing translation files with LingoHub.

Installation

Carthage

Place the following line to your Cartfile:

github "JamitLabs/LingoHubSync" ~> 0.1

Now run carthage update. Then drag & drop the LingoHubSync.framework in the Carthage/Build folder to your project. Now you can import LingoHubSync in each class you want to use its features. Refer to the Carthage README for detailed / updated instructions.

CocoaPods

Add the line pod 'LingoHubSync' to your target in your Podfile and make sure to include use_frameworks! at the top. The result might look similar to this:

platform :ios, '8.0'
use_frameworks!

target 'MyAppTarget' do
    pod 'LingoHubSync', '~> 0.1'
end

Now close your project and run pod install from the command line. Then open the .xcworkspace from within your project folder. Build your project once (with Cmd+B) to update the frameworks known to Xcode. Now you can import LingoHubSync in each class you want to use its features. Refer to CocoaPods.org for detailed / updates instructions.

Usage

Please have a look at the UsageExamples.playground for a complete list of features provided. Open the Playground from within the .xcworkspace in order for it to work.


Features Overview


Short Section

TODO: Add some usage information here.

Sections Group

TODO: Summarize the section here.

SubSection1

TODO: Add some usage information here.

SubSection2

TODO: Add some usage information here.

Contributing

Contributions are welcome. Please just open an Issue on GitHub to discuss a point or request a feature or send a Pull Request with your suggestion. Please also try to follow the same syntax and semantic in your commit messages (see rationale here).

License

This library is released under the MIT License. See LICENSE for details.

lingohubsync's People

Contributors

jeehut avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.