Skip to content

Commit

Permalink
Add podspec for CocoaPods (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexovits authored and terrillo committed Nov 4, 2019
1 parent c97e721 commit 5395cd7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions RCTAppleHealthKit.podspec
Original file line number Diff line number Diff line change
@@ -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://github.com/terrillo/rn-apple-healthkit"
s.license = "MIT"
s.author = { "Terrillo Walls" => "[email protected]" }
s.platform = :ios, "9.0"
s.source = { :git => "https://github.com/terrillo/rn-apple-healthkit", :tag => "master" }
s.source_files = "RCTAppleHealthKit/*.{h,m}"
s.requires_arc = true

s.dependency "React"

end

0 comments on commit 5395cd7

Please sign in to comment.