Skip to content

Commit

Permalink
Merge pull request #2 from azerion/release/v1.0.0
Browse files Browse the repository at this point in the history
Podspec updated
  • Loading branch information
torongo-azerion authored Oct 12, 2022
2 parents cb35e28 + e2009a0 commit f2459c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions AzerionAdsMediationCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ Pod::Spec.new do |s|

s.name = 'AzerionAdsMediationCore'
s.version = '1.0.0'
s.license = 'MIT'
s.summary = 'Core framework that contains interfaces related to other mediation adapters.'
s.homepage = 'https://github.com/azerion/azerion-mediation-core-ios'
s.authors = { 'Azerion' => '[email protected]' }
s.source = { :git => 'https://github.com/azerion/azerion-mediation-core-ios.git', :tag => "v#{s.version}" }
s.source_files = 'AzerionAdsMediationCore.xcframework/*/*/Headers/*.{h}'
s.resources = 'AzerionAdsMediationCore.xcframework/ios-arm64_armv7/*/*.{bundle}'
s.pod_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.documentation_url = 'https://github.com/azerion/azerion-mediation-core-ios'
Expand Down

0 comments on commit f2459c1

Please sign in to comment.