We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cb11aec + f491e39 commit 78ce431Copy full SHA for 78ce431
R.swift.Library.podspec
@@ -18,6 +18,8 @@ Pod::Spec.new do |spec|
18
spec.requires_arc = true
19
spec.source = { :git => "https://github.com/mac-cain13/R.swift.Library.git", :tag => "v#{spec.version}" }
20
21
+ spec.pod_target_xcconfig = { 'APPLICATION_EXTENSION_API_ONLY' => 'YES' }
22
+
23
spec.ios.deployment_target = '8.0'
24
spec.tvos.deployment_target = '9.0'
25
0 commit comments