Skip to content

Commit

Permalink
update lock & podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitrii Coolerov committed Apr 28, 2022
1 parent b47baa7 commit bd98ca1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ GEM
zeitwerk (2.5.4)

PLATFORMS
ruby
x86_64-darwin-20

DEPENDENCIES
Expand Down
7 changes: 4 additions & 3 deletions Swiftea.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|
s.name = 'Swiftea'
s.version = '0.1.0'
s.summary = 'A short description of Swiftea.'
s.summary = 'Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern'

# This description is used to generate tags and improve search results.
# * Think: What does it do? Why did you write it? What is the focus?
Expand All @@ -18,10 +18,10 @@ Pod::Spec.new do |s|
# * Finally, don't worry about the indent, CocoaPods strips it!

s.description = <<-DESC
TODO: Add long description of the pod here.
Swiftea is a Swift implementation of The Elm Arcitecture (TEA) design pattern. It's simple, It's use Combine, It's straightforward. Just as TEA Design pattern.
DESC

s.homepage = 'https://github.com/Dmitrii Coolerov/Swiftea'
s.homepage = 'https://github.com/cooler333/Swiftea'
# s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Dmitrii Coolerov' => '[email protected]' }
Expand All @@ -32,6 +32,7 @@ TODO: Add long description of the pod here.

s.source_files = 'Swiftea/Classes/**/*'

s.swift_versions = ["5.0"]
# s.resource_bundles = {
# 'Swiftea' => ['Swiftea/Assets/*.png']
# }
Expand Down

0 comments on commit bd98ca1

Please sign in to comment.