Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyliga committed Jan 15, 2024
1 parent ca6cd17 commit fbe746a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 14 deletions.
8 changes: 3 additions & 5 deletions CasePaths.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,11 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/pointfreeco/swift-case-paths'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'local pod' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-case-paths', :tag => s.version.to_s }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-case-paths.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = '5.0'

s.source_files = [
'Sources/CasePaths/**/*.swift',
]
s.source_files = 'Sources/CasePaths/**/*.swift'
end
4 changes: 2 additions & 2 deletions Clocks.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/pointfreeco/swift-clocks'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'local pod' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-clocks', :tag => s.version.to_s }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-clocks.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
Expand Down
4 changes: 2 additions & 2 deletions CombineSchedulers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/pointfreeco/combine-schedulers'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'local pod' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/combine-schedulers', :tag => s.version.to_s }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/combine-schedulers.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
Expand Down
2 changes: 1 addition & 1 deletion CustomDump.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/pointfreeco/swift-custom-dump'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-custom-dump', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/pointfreeco/swift-custom-dump.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
Expand Down
4 changes: 2 additions & 2 deletions Dependencies.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/pointfreeco/swift-dependencies'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'local pod' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-dependencies', :tag => s.version.to_s }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/swift-dependencies.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
Expand Down
4 changes: 2 additions & 2 deletions XCTestDynamicOverlay.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Pod::Spec.new do |s|

s.homepage = 'https://github.com/pointfreeco/xctest-dynamic-overlay'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'local pod' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/xctest-dynamic-overlay', :tag => s.version.to_s }
s.author = { 'PointFree' => '[email protected]' }
s.source = { :git => 'https://github.com/pointfreeco/xctest-dynamic-overlay.git', :tag => s.version.to_s }

s.ios.deployment_target = '13.0'
s.swift_version = '5.0'
Expand Down

0 comments on commit fbe746a

Please sign in to comment.