Skip to content

Commit

Permalink
Merge pull request #11 from soramitsu/fix/podspec
Browse files Browse the repository at this point in the history
fix animated field dependency
  • Loading branch information
ERussel authored Sep 28, 2020
2 parents b174f0d + 190dd01 commit f9dad0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SoraUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'SoraUI'
s.version = '1.9.2'
s.version = '1.9.3'
s.summary = 'UI Library for design and layout process simplification.'

s.description = 'Library contains views and controls that simplifies design and layout implementation manually in code or utilizing interface build.'
Expand All @@ -27,6 +27,7 @@ Pod::Spec.new do |s|
end

s.subspec 'Controls' do |cs|
cs.dependency 'SoraUI/Animator'
cs.source_files = 'SoraUI/Classes/Controls/**/*'
end

Expand Down

0 comments on commit f9dad0f

Please sign in to comment.