-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
restructure files and folders. Add cocoapods.yml for cocoapods try.
- Loading branch information
1 parent
5fa8ad6
commit c570603
Showing
12 changed files
with
30 additions
and
32 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
try: | ||
install: | ||
pre: | ||
- git submodule foreach --recursive git submodule update --init | ||
project: 'Example/DTCollectionViewManager.xcodeproj' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
github "DenHeadless/DTModelStorage" "master" | ||
github "DenHeadless/DTModelStorage" ~> 2.4.0 |
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,3 +1,3 @@ | ||
github "Quick/Nimble" "v3.0.0" | ||
github "realm/realm-cocoa" "v0.97.0" | ||
github "DenHeadless/DTModelStorage" "32550cd75b9dd31a7d78af9c941f55254e76acca" | ||
github "DenHeadless/DTModelStorage" "2.4.0" |
Submodule DTModelStorage
updated
from 32550c to e5f860
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,16 +1,16 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'DTCollectionViewManager' | ||
s.version = '4.4.2' | ||
s.version = '4.5.0' | ||
s.license = 'MIT' | ||
s.summary = 'Protocol-oriented UICollectionView management, powered by generics and associated types.' | ||
s.homepage = 'https://github.com/DenHeadless/DTCollectionViewManager' | ||
s.authors = { 'Denys Telezhkin' => '[email protected]' } | ||
s.social_media_url = 'https://twitter.com/DTCoder' | ||
s.source = { :git => 'https://github.com/DenHeadless/DTCollectionViewManager.git', :tag => s.version.to_s } | ||
s.source_files = 'DTCollectionViewManager/**/*.{h,swift}' | ||
s.source_files = 'Sources/*.swift' | ||
s.requires_arc = true | ||
s.ios.deployment_target = '8.0' | ||
s.tvos.deployment_target = '9.0' | ||
s.frameworks = 'UIKit', 'Foundation' | ||
s.dependency 'DTModelStorage' , '~> 2.3.0' | ||
s.dependency 'DTModelStorage' , '~> 2.4.0' | ||
end |
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
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.