CocoaPods trunk is moving to be read-only. Read more on the blog, there are 14 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | May 2016 |
| SPMSupports SPM | ✓ |
Maintained by Elvis Nuñez.
let context = NSManagedObjectContext(concurrencyType: .MainQueueConcurrencyType)
context.dropEntity("User")let context = NSManagedObjectContext(concurrencyType: .MainQueueConcurrencyType)
let count = context.countEntity("User")let context = NSManagedObjectContext(concurrencyType: .MainQueueConcurrencyType)
let users: [User] = context.fetchEntity("User")SweetCoreData is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'SweetCoreData'SweetCoreData is also available through Carthage. To install it, simply add the following line to your Cartfile:
github "bakkenbaeck/SweetCoreData"SweetCoreData is available under the MIT license. See the LICENSE file for more info.
Bakken & Bæck, @bakkenbaeck