Skip to content

Commit 066472c

Browse files
NBULog for macOS now requires 10.9 or higher
1 parent c6ca3ae commit 066472c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NBULog.podspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://github.com/CyberAgent/NBULog.git", :tag => "#{s.version}" }
1616

1717
s.ios.deployment_target = '8.0'
18-
s.osx.deployment_target = '10.7'
18+
s.osx.deployment_target = '10.9'
1919
s.requires_arc = true
2020
s.preserve_paths = "README.md", "NOTICE"
2121

0 commit comments

Comments
 (0)