mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-03-25 19:01:41 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
|
|||||||
s.tvos.deployment_target = "9.0"
|
s.tvos.deployment_target = "9.0"
|
||||||
|
|
||||||
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
|
s.source_files = "CoreStore", "CoreStore/**/*.{swift}"
|
||||||
s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift"
|
s.osx.exclude_files = "CoreStore/Observing/*.{swift}", "CoreStore/Internal/FetchedResultsControllerDelegate.swift", "CoreStore/Internal/CoreStoreFetchedResultsController.swift", "CoreStore/Convenience Helpers/NSFetchedResultsController+Convenience.swift"
|
||||||
s.frameworks = "Foundation", "CoreData"
|
s.frameworks = "Foundation", "CoreData"
|
||||||
s.requires_arc = true
|
s.requires_arc = true
|
||||||
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' }
|
s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-D USE_FRAMEWORKS' }
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
[](https://github.com/Carthage/Carthage)
|
[](https://github.com/Carthage/Carthage)
|
||||||
|
|
||||||
Unleashing the real power of Core Data with the elegance and safety of Swift
|
Unleashing the real power of Core Data with the elegance and safety of Swift
|
||||||
* Swift 2.1 (XCode 7.1), iOS 8+/OSX 10.10+ (or try out the [iOS 7 branch](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha))
|
* Swift 2.1 (Xcode 7.1), iOS 8+/OSX 10.10+ (or try out the [iOS 7 branch](https://github.com/JohnEstropia/CoreStore/tree/ios7_support_alpha))
|
||||||
|
|
||||||
[Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki)
|
[Click here for a wiki version of this README](https://github.com/JohnEstropia/CoreStore/wiki)
|
||||||
|
|
||||||
@@ -1169,11 +1169,11 @@ let person2 = self.monitor[1, 2]
|
|||||||
# Installation
|
# Installation
|
||||||
- Requires:
|
- Requires:
|
||||||
- iOS 8 SDK and above
|
- iOS 8 SDK and above
|
||||||
- Swift 2.0 (XCode 7 beta 6)
|
- Swift 2.0 (Xcode 7 beta 6)
|
||||||
- Dependencies:
|
- Dependencies:
|
||||||
- [GCDKit](https://github.com/JohnEstropia/GCDKit)
|
- [GCDKit](https://github.com/JohnEstropia/GCDKit)
|
||||||
|
|
||||||
### Install with Cocoapods
|
### Install with CocoaPods
|
||||||
```
|
```
|
||||||
pod 'CoreStore'
|
pod 'CoreStore'
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user