Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aryaxt committed Mar 14, 2015
1 parent e81854b commit d13f5b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d13f5b2

Please sign in to comment.