Finished split into more logical components. Library now copies Headers to Build/RestKit and you can selectively link against the components your app needs. libRestKit.a contains everything from the core library.

This commit is contained in:
Blake Watters
2010-10-01 13:02:24 -04:00
parent f06e3acb88
commit bd93d43f94
72 changed files with 1001 additions and 513 deletions

12
Code/Network/Network.h Normal file
View File

@@ -0,0 +1,12 @@
//
// Network.h
// RestKit
//
// Created by Blake Watters on 9/30/10.
// Copyright 2010 Two Toasters. All rights reserved.
//
#import "RKClient.h"
#import "RKRequest.h"
#import "RKResponse.h"
#import "RKRequestSerializable.h"