Rework podspec to organize header file imports to match existing RestKit releases

This commit is contained in:
Blake Watters
2012-09-05 11:00:30 -04:00
parent 9f67cb5c0f
commit 22a68baf0c
17 changed files with 93 additions and 71 deletions

View File

@@ -18,7 +18,7 @@
// limitations under the License.
//
#import <RestKit/RKPathMatcher.h>
#import "RKPathMatcher.h"
#import "RKResponseDescriptor.h"
// Cloned from AFStringFromIndexSet -- method should be non-static for reuse