Skip to content

Commit

Permalink
Update UMSPosPayOnly.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark committed Nov 18, 2020
1 parent eada74a commit b58dd8f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions UMSPosPayOnly.podspec
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
Pod::Spec.new do |s|
s.name = 'UMSPosPayOnly'
s.version = '3.0.6'
s.version = '3.0.7'
s.summary = 'UMSPosPayOnly SDK'
s.description = 'A unoffical UMSPosPayOnly SDK pod'
s.homepage = 'https://github.com/letspod/UMSPosPayOnly'
s.license = { :type => 'MIT' }
s.author = { 'TBXark' => '[email protected]' }
s.source = { :git => 'https://github.com/letspod/UMSPosPayOnly.git', :tag => s.version.to_s }

s.ios.deployment_target = '8.0'

s.source_files = 'include/UMSPosPayOnly/*.h'
s.vendored_libraries = 'libUMSPosPayOnly.a'
s.resource = '*.bundle'
Expand Down

0 comments on commit b58dd8f

Please sign in to comment.