From 8d8d07db64b7d7c53c3bf19d1ff20d16cb6ddb9a Mon Sep 17 00:00:00 2001 From: ParvinderjitSF Date: Thu, 4 Jul 2024 19:14:13 +0530 Subject: [PATCH] -fix ios pod specs --- RNBluetoothStateManager.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RNBluetoothStateManager.podspec b/RNBluetoothStateManager.podspec index 51a274d..7e13ecb 100644 --- a/RNBluetoothStateManager.podspec +++ b/RNBluetoothStateManager.podspec @@ -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 @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.license = "MIT" s.author = { "author" => "email@patwoz.de" } 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