Skip to content

Commit

Permalink
.git
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilNatonek committed Oct 3, 2023
1 parent 612c1a4 commit a3e0d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiplatformBleAdapter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios
spec.ios.deployment_target = "11.0"
spec.swift_versions = ['4.0', '4.2', '5.0']
spec.source = { :git => "https://github.com/dotintent/MultiPlatformBleAdapter", :tag => "#{spec.version}" }
spec.source = { :git => "https://github.com/dotintent/MultiPlatformBleAdapter.git", :tag => "#{spec.version}" }

spec.source_files = "iOS/classes/**/*.{h,m,swift}", "iOS/RxBluetoothKit/**/*.{h,m,swift}", "iOS/RxSwift/**/*.{h,m,swift}"
spec.exclude_files = 'android/**/*'
Expand Down

0 comments on commit a3e0d8e

Please sign in to comment.