|
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
|
|
|
s.author = { 'Norio Nomura' => 'norio.nomura@gmail.com' }
|
|
|
s.source_files = 'Sources/**/*.{h,c,swift}'
|
|
|
s.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
|
|
|
- s.ios.deployment_target = '8.0'
|
|
|
+ s.ios.deployment_target = '9.0'
|
|
|
s.osx.deployment_target = '10.9'
|
|
|
s.tvos.deployment_target = '9.0'
|
|
|
s.watchos.deployment_target = '2.0'
|