Skip to content

Commit

Permalink
Podspec changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Igors Nemenonoks committed May 26, 2020
1 parent ad993f4 commit a18c00e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHIOTPField.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = 'CHIOTPField'
s.version = '0.1.0'
s.summary = 'CHIOTPField is a set of cool animated text fields for One-Time PIN code that are used to verify a phone number.'
s.summary = 'CHIOTPField is a set of textfields that can be used for One-time passwords, SMS codes, PIN codes, etc.'

s.ios.deployment_target = '10.0'
s.tvos.deployment_target = '12.0'
Expand All @@ -15,19 +15,19 @@ Pod::Spec.new do |s|
s.source_files = 'Sources/**/*.swift'

s.subspec 'One' do |one|
one.source_files = 'Sources/CHIOTPFieldOne/*.swift', 'CHIOTPField/Base/*.swift'
one.source_files = 'Sources/CHIOTPFieldOne/*.swift', 'Sources/Base/*.swift'
end

s.subspec 'Two' do |two|
two.source_files = 'Sources/CHIOTPFieldTwo/*.swift', 'CHIOTPField/Base/*.swift'
two.source_files = 'Sources/CHIOTPFieldTwo/*.swift', 'Sources/Base/*.swift'
end

s.subspec 'Three' do |three|
three.source_files = 'Sources/CHIOTPFieldThree/*.swift', 'CHIOTPField/Base/*.swift'
three.source_files = 'Sources/CHIOTPFieldThree/*.swift', 'Sources/Base/*.swift'
end

s.subspec 'Four' do |four|
four.source_files = 'Sources/CHIOTPFieldFour/*.swift', 'CHIOTPField/Base/*.swift'
four.source_files = 'Sources/CHIOTPFieldFour/*.swift', 'Sources/Base/*.swift'
end

end

0 comments on commit a18c00e

Please sign in to comment.