Skip to content

Commit

Permalink
Add podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
wvteijlingen committed Oct 30, 2021
1 parent 97ec519 commit ea56163
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions moya-stubber.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = 'MoyaStubber'
s.version = '0.1.0'
s.summary = 'Supercharged network stubbing for Moya.'
s.description = 'Speed up development and testing by adding a autogenerated network stubbing screen to your app.'
s.homepage = 'https://github.com/wvteijlingen/moya-stubber'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = 'Ward van Teijlingen'
s.source = { :git => 'https://github.com/wvteijlingen/moya-stubber.git', :tag => s.version.to_s }

s.ios.deployment_target = '10.0'
s.source_files = 'Sources/MoyaStubber/**/*'
s.frameworks = 'UIKit'
s.swift_version = '5'

s.dependency 'Moya', '>= 13.0.0'
end

0 comments on commit ea56163

Please sign in to comment.