From 73c4271f0470700ecf9c0473863b26c6ffeef900 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B2=9D=E6=96=AF=E9=84=A7=E4=B8=8D=E5=88=A9=E5=A4=9A?= Date: Mon, 20 Jan 2020 10:28:12 +0800 Subject: [PATCH] =?UTF-8?q?HA-1229=20=E6=9B=B4=E6=96=B0=20podspec?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- RCTAppleHealthKit.podspec | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 RCTAppleHealthKit.podspec diff --git a/RCTAppleHealthKit.podspec b/RCTAppleHealthKit.podspec new file mode 100644 index 0000000..4c26b27 --- /dev/null +++ b/RCTAppleHealthKit.podspec @@ -0,0 +1,15 @@ +Pod::Spec.new do |s| + s.name = "RCTAppleHealthKit" + s.summary = "A React Native bridge module for interacting with Apple Healthkit data" + s.version = "0.6.5" + s.homepage = "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit" + s.license = "MIT" + s.author = { "Terrillo Walls" => "terrillo@terrillo.com" } + s.platform = :ios, "9.0" + s.source = { :git => "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit", :tag => "master" } + s.source_files = "RCTAppleHealthKit/*.{h,m}" + s.requires_arc = true + + s.dependency "React" + +end \ No newline at end of file -- 2.26.2