The CocoaPods persistence modules in this repository (ContentstackPersistence, ContentstackPersistenceCoreData, ContentstackPersistenceRealm) are add-ons on the legacy Objective-C Content Delivery SDK + CocoaPods path. That path is deprecated for new work.
- New apps should use the Contentstack Swift SDK with Swift Package Manager (Swift Package Index) and implement persistence yourself (or follow published guidance). The Swift CDA reference is here.
- Existing CocoaPods-based apps may continue shipping; migrate when you are ready.
For the full deprecation notice, see DEPRECATION.md.
This folder complements the main README for the Contentstack iOS Persistence Library (Core Data and Realm integration with the legacy Objective-C stack).