Installation • Usage • Issues • Contributing • License
A client for syncing translation files with LingoHub.
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.
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.
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.
- Short Section
- Sections Group
TODO: Add some usage information here.
TODO: Summarize the section here.
TODO: Add some usage information here.
TODO: Add some usage information here.
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).
This library is released under the MIT License. See LICENSE for details.