Skip to content

Commit

Permalink
Adds frameworks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ashfurrow committed Nov 8, 2018
1 parent a4d5f90 commit bb17e40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RxNimble.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.tvos.deployment_target = "9.0"
s.source = { :git => "https://github.com/RxSwiftCommunity/RxNimble.git", :tag => s.version }
s.default_subspec = "RxBlocking"
s.frameworks = "Foundation", "XCTest"

s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO', 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) "$(PLATFORM_DIR)/Developer/Library/Frameworks"' }

Expand Down

0 comments on commit bb17e40

Please sign in to comment.