Skip to content

Commit b33646a

Browse files
author
Christopher Constable
committed
Update README.md
1 parent 9799f94 commit b33646a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ The `ParseModel` class automatically maps the properties of your subclass to ent
99

1010
via [CocoaPods](http://cocoapods.org/): `pod 'ParseModel'`
1111

12+
#### NOTE
13+
14+
The Parse iOS SDK, as of March 2013, has this functionality built in. Check out this [blog post](http://blog.parse.com/2013/03/22/stay-classy-objective-c-introducing-native-subclasses-for-parse-objects/) for more info. Regardless, this repo has been helpful for me and I will continute to add features to it if they are not found in the native Parse iOS SDK.
15+
1216
## Why ParseModel?
1317

1418
[Parse](https://parse.com/) is a cloud backend as-a-service (or BaaS) that allows developers to quickly get their apps up and running with little or no backend setup.

0 commit comments

Comments
 (0)