Skip to content

Commit

Permalink
[expokit] Remove AR subspec from the generated podspec too
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed May 22, 2020
1 parent 06baa58 commit 2ad9098
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions ExpoKit.podspec
Expand Up @@ -43,11 +43,6 @@ Pod::Spec.new do |s|
ss.source_files = 'ios/Exponent/Versioned/Optional/Payments/*.{h,m}'
end

s.subspec "AR" do |ss|
ss.dependency "ExpoKit/Core"
ss.source_files = 'ios/Exponent/Versioned/Optional/ARKit/**'
end

s.subspec "FaceDetector" do |ss|
ss.dependency "EXFaceDetector"
end
Expand Down

0 comments on commit 2ad9098

Please sign in to comment.