Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
cristi-lupu committed Aug 7, 2023
1 parent 64f3b51 commit 83cb2c8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Sovran.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'Sovran'
s.version = '1.1.0'
s.summary = 'Small, efficient, easy. State Management for Swift'
s.homepage = 'https://github.com/crunchyroll/Sovran-Swift'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'iOS team' => 'ios@crunchyroll.com' }
s.swift_version = '5.5'
s.ios.deployment_target = '13.0'
s.tvos.deployment_target = '13.0'

s.source = { :git => "https://github.com/crunchyroll/Sovran-Swift.git", :tag => "#{s.version}" }
s.source_files = "Sources/Sovran/**/*.swift"
end

0 comments on commit 83cb2c8

Please sign in to comment.