-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from iCookbook/core-data
Core Data & Unit tests
- Loading branch information
Showing
23 changed files
with
610 additions
and
320 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'Persistence' | ||
s.version = '1.5.1' | ||
s.version = '2.0.0' | ||
s.summary = 'Persistence layer of the project.' | ||
s.homepage = 'https://github.com/iCookbook/Persistence' | ||
s.author = { 'htmlprogrammist' => '[email protected]' } | ||
|
@@ -9,8 +9,13 @@ Pod::Spec.new do |s| | |
s.ios.deployment_target = '12.0' | ||
s.swift_version = '5.0' | ||
|
||
s.source_files = 'Persistence/**/*.{swift}' | ||
s.resources = 'Persistence/**/*.{xcdatamodeld}' | ||
s.source_files = 'Persistence/Sources/**/*.{swift}' | ||
s.resources = 'Persistence/Sources/**/*.{xcdatamodeld}' | ||
|
||
s.test_spec 'Tests' do |test_spec| | ||
test_spec.source_files = 'Persistence/Tests/**/*.{swift}' | ||
end | ||
|
||
s.dependency 'Models' | ||
s.dependency 'Logger' | ||
end |
9 changes: 0 additions & 9 deletions
9
Persistence/CoreData/Cookbook.xcdatamodeld/Cookbook.xcdatamodel/contents
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.