JamitLabs / LingoHubSync

A client for syncing translation files with LingoHub.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A client for syncing translation files with LingoHub.

License:MIT License


Languages

Language:Swift 91.2%Language:Ruby 6.0%Language:Objective-C 2.8%