RestKit v0.27.0 Release Notes

Release Date: 2016-07-26 // over 7 years ago
  • From #2434:

    • โœ‚ Removed iOS 5 related code in RKPathUtilities.m
    • ๐Ÿš€ Increased deployment target to iOS 8.0 and OS X 10.9 on both project and test apps
    • โšก๏ธ Updated rakefile: fixed build:examples task
    • ๐Ÿ‘ Allowed warnings on pod lib lint (due to AFNetworking)
    • ๐Ÿ›  Fixed AFNetworking reachability issue with Cocoapods use_frameworks!
    • ๐Ÿ›  Fixed headers not found issue with Cocoapods > 0.38.2
    • ๐Ÿšš Moved RKHTTPUtilities into Network directory
    • โšก๏ธ Updated example projects pod files
    • โœ‚ Removed AFNetworking dependency from podspec
    • ๐Ÿ“‡ Renamed all AFNetworking classes to AFRK to be able to install any version of AFNetworking meanwhile using RestKit.