Skip to content

Commit

Permalink
-fix ios pod specs
Browse files Browse the repository at this point in the history
  • Loading branch information
ParvinderjitSF committed Jul 4, 2024
1 parent 70b19e6 commit 8d8d07d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RNBluetoothStateManager.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNBluetoothStateManager"
s.version = "0.0.0-development"
s.version = "1.3.6"
s.summary = "RNBluetoothStateManager"
s.description = <<-DESC
RNBluetoothStateManager
Expand All @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.license = "MIT"
s.author = { "author" => "[email protected]" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/ParvinderjitSF/react-native-bluetooth-state-manager.git", :tag => "master" }
s.source = { :git => "https://github.com/ParvinderjitSF/react-native-bluetooth-state-manager.git" }
s.source_files = "ios/*.{h,m}"
s.requires_arc = true

Expand Down

0 comments on commit 8d8d07d

Please sign in to comment.