-
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 #36 from dscyrescotti/develop
[Release] To prepare the release of v1.0.1
- Loading branch information
Showing
7 changed files
with
69 additions
and
15 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,20 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = 'ContributorUI' | ||
spec.version = '1.0.1' | ||
spec.license = { :type => 'MIT', :file => 'LICENSE' } | ||
spec.homepage = 'https://github.com/dscyrescotti/ContributorUI' | ||
spec.authors = { 'Dscyre Scotti' => '[email protected]' } | ||
spec.summary = 'A UI library for iOS and macOS applications to showcase all contributors of public or private repositories.' | ||
spec.source = { :git => 'https://github.com/dscyrescotti/ContributorUI.git', :tag => 'v1.0.1' } | ||
spec.swift_versions = ['5.7'] | ||
|
||
spec.ios.deployment_target = '16.0' | ||
spec.macos.deployment_target = '13.0' | ||
|
||
spec.source_files = 'Sources/ContributorUI/**/*.swift' | ||
spec.resource = 'Sources/ContributorUI/Resources/*' | ||
|
||
spec.framework = 'SwiftUI', 'Combine', 'Foundation' | ||
|
||
spec.dependency 'Kingfisher', '~> 7.6.2' | ||
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
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 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 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