Skip to content

Commit

Permalink
[chore] Code clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
engali94 committed Feb 11, 2022
1 parent 6b36882 commit d219074
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions HeraSDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,15 @@ Pod::Spec.new do |s|
s.homepage = 'https://teknasyon.com'
s.license = { :type => 'Commercial', :file => 'LICENSE' }
s.author = { 'Teknasyon' => 'https://teknasyon.com' }
s.source = { :git => '[email protected]:teknasyonteknoloji/mediation-manager-ios.git', :tag => s.version.to_s }
s.source = { :git => 'https://github.com/Teknasyon-Teknoloji/hera-ios-sdk.git', :tag => s.version.to_s }

s.default_subspecs = 'ISWrapper', 'Core'
s.static_framework = true
s.swift_version = "5.0"
s.ios.deployment_target = '10.0'

s.pod_target_xcconfig = {
'ONLY_ACTIVE_ARCH' => 'YES'
}
s.user_target_xcconfig = {
'ONLY_ACTIVE_ARCH' => 'YES'
}
s.pod_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
s.user_target_xcconfig = { 'ONLY_ACTIVE_ARCH' => 'YES' }
s.dependency 'IronSourceSDK'

# Core
Expand Down

0 comments on commit d219074

Please sign in to comment.