diff --git a/Example/Podfile b/Example/Podfile index 337b3bf..30be293 100644 --- a/Example/Podfile +++ b/Example/Podfile @@ -15,7 +15,9 @@ end post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| - config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' + if target.name == 'IosAwnCore' + config.build_settings['BUILD_LIBRARY_FOR_DISTRIBUTION'] = 'YES' + end config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '11.0' end end diff --git a/IosAwnCore.podspec b/IosAwnCore.podspec index c181cd7..3f2f4e6 100644 --- a/IosAwnCore.podspec +++ b/IosAwnCore.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'IosAwnCore' - s.version = '0.7.7' + s.version = '0.8.0' s.summary = 'Awesome Notifications iOS Core' s.description = <<-DESC