From d13f5b21da8e2a4038810423b065f6ad85c065da Mon Sep 17 00:00:00 2001 From: Aryan Ghassemi Date: Fri, 13 Mar 2015 20:31:56 -0700 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 291bf5b..1fe73d4 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,6 @@ ServiceClient *client = [[ServiceClient alloc] init]; Swift Support ========================= -**NOTE: The version in cocoapods is not compatible with swift YET. get the latest version from Github, and add it directly to the project. OCMapper classes must be in the same module as the objects you are trying to map.** - OCMapper takes advantage of the objective c runtime API, and will only work with classes that inherit from NSObject ```swift @objc public class User: NSObject {