summaryrefslogtreecommitdiff
path: root/libs/ihealth-sdk/ReactNativeIOSLibrary.podspec
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ihealth-sdk/ReactNativeIOSLibrary.podspec')
-rw-r--r--libs/ihealth-sdk/ReactNativeIOSLibrary.podspec18
1 files changed, 18 insertions, 0 deletions
diff --git a/libs/ihealth-sdk/ReactNativeIOSLibrary.podspec b/libs/ihealth-sdk/ReactNativeIOSLibrary.podspec
new file mode 100644
index 0000000..dea217c
--- /dev/null
+++ b/libs/ihealth-sdk/ReactNativeIOSLibrary.podspec
@@ -0,0 +1,18 @@
1Pod::Spec.new do |s|
2 s.name = "ReactNativeIOSLibrary"
3 s.version = "1.5.0"
4 s.summary = "iHealth React Native SDK"
5 s.description = "React Native bridge for iHealth device SDK"
6 s.homepage = "https://dev.ihealthlabs.com"
7 s.license = "MIT"
8 s.author = { "iHealthLabs" => "sdk@ihealthlabs.com" }
9 s.platform = :ios, "13.0"
10 s.source = { :git => "https://github.com/iHealthDeviceLabs/iHealth-React-Native-SDK.git", :tag => "v#{s.version}" }
11 s.source_files = "ios/**/*.{h,m}"
12 s.public_header_files = "ios/ReactNativeIOSLibrary/Communication_SDK/Headers/*.h"
13 s.vendored_libraries = "ios/ReactNativeIOSLibrary/Communication_SDK/libiHealthSDK2.7.5.a"
14 s.requires_arc = true
15 s.frameworks = "CoreBluetooth"
16
17 s.dependency "React-Core"
18end