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 {