Skip to content

Commit

Permalink
fix: ios autolink not working
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazari committed Jan 4, 2023
1 parent ceaf620 commit 96910b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ios/RNBraintreeDropIn.podspec → RNBraintreeDropIn.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Pod::Spec.new do |s|
s.name = "RNBraintreeDropIn"
s.version = "1.0.0"
s.version = "1.1.3"
s.summary = "RNBraintreeDropIn"
s.description = <<-DESC
RNBraintreeDropIn
DESC
s.homepage = "https://github.com/bamlab/react-native-braintree-payments-drop-in"
s.license = "MIT"
# s.license = { :type => "MIT", :file => "../LICENSE" }
# s.license = { :type => "MIT", :file => "./LICENSE" }
s.author = { "author" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/BradyShober/react-native-braintree-dropin-ui.git", :tag => "master" }
s.source_files = "*.{h,m}"
s.source_files = "ios/**/*.{h,m}"
s.requires_arc = true
s.dependency 'React'
s.dependency 'Braintree'
Expand Down
2 changes: 1 addition & 1 deletion react-native.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path');
module.exports = {
dependency: {
platforms: {
ios: { podspecPath: path.join(__dirname, 'ios', 'RNBraintreeDropIn.podspec') },
ios: {},
android: {
packageImportPath: 'import tech.power.RNBraintreeDropIn.RNBraintreeDropInPackage;',
packageInstance: 'new RNBraintreeDropInPackage()',
Expand Down

0 comments on commit 96910b2

Please sign in to comment.