Skip to content

linear-rpc/linear-objc

Repository files navigation

Linear Objective-C

Overview

a msgpack-rpc + α implementation for Objective-C language.

Build Instructions

Required tools and Dependencies

How to make

  • Create universal library only
$ ./build-universal.sh

Do after above, libraries and includes are installed into workspace/universal

  • Install includes and libraries into your project

    1. Create Podfile like as follows
$ cd /path/to/your_project
$ cat Podfile
platform :ios, '7.0'
pod 'Linear', :git => 'https://github.com/linear-rpc/linear-objc'
  1. Install Pods into your project
$ cd /path/to/your_project
$ pod install
  1. Open project with Pods
$ open your_project.xcworkspace
 Please refer to cocoapods.org for details

Version Policy

  • major
    APIs and specifications are changed significantly, so you need to update server and client applications at the same time.
  • minor
    APIs are changed only slightly, so you need to rewrite applications if using appropriate APIs.
  • revision
    Bug fixes and security fixes etc.

License

The MIT License (MIT)
See LICENSE for details.

And see some submodule LICENSEs(exist at deps dir).

About

msgpack-rpc + α for Objective-C language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published