a msgpack-rpc + α implementation for Objective-C language.
- autotools and libtool
aclocal, autoheader, automake, autoconf, libtoolize - XCode, clang and clang++ etc.
Download from https://developer.apple.com - rubygem and Cocoapods
Please refer to http://cocoapods.org/ - appledoc
When you want to create manuals, need to install this.
Please refer to https://github.com/tomaz/appledoc
- 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
- 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'
- Install Pods into your project
$ cd /path/to/your_project $ pod install
- Open project with Pods
$ open your_project.xcworkspace
Please refer to cocoapods.org for details
- 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.
The MIT License (MIT)
See LICENSE for details.
And see some submodule LICENSEs(exist at deps dir).