Skip to content

Releases: paperlesspost/RestKit

RestKit 0.10.33

23 Oct 16:26

Choose a tag to compare

Changes in project to allow compilation into an iOS 8 Dynamic Framework via CocoaPods.

Usage: Add to your Podfile:

pod 'RestKit', :git => 'git@github.com:paperlesspost/RestKit.git', :tag => '0.10.33'

RestKit 0.10.31-alpha.2

13 Oct 16:27

Choose a tag to compare

Pre-release

Changes in project to allow compilation into an iOS 8 Dynamic Framework via CocoaPods.

RestKit 0.10.31 - Alpha 1 - iOS 8 Dynamic Framework

08 Oct 19:52

Choose a tag to compare

WIP: Changes in project to allow compilation into a Dynamic Framework.

ChangeSet:

  • 451d625 First version of RestKit that compiles to a framework. LOTS of warnings.
  • d7c502b Create RestKitCocoaTouchFramework
  • 867781b Removes reference to JSONKit
  • 0743541 Fixes broken link to libxml2.dylib with Xcode 7 / iOS 9
  • 28b6ad3 Fixes compilation issue (missing “,” in enum) in lcl_RK.h
  • a8a957e Removes unused code from RKTestFactory
  • c3c3050 Fixes issues with RKLogComponent definitions.
  • 05df4d7 Updating RestKit (JSON, Logging) dependencies.
  • fa1ae3b WIP: Fixing ios8 xcode7 dynamic frameworks