mirror of
https://github.com/status-im/react-native-mail.git
synced 2026-08-27 17:51:12 +00:00
Add CocoaPods podspec
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "react-native-mail"
|
||||
s.version = "0.2.4"
|
||||
s.summary = "A wrapper on top of MFMailComposeViewController"
|
||||
s.homepage = "https://github.com/chirag04/react-native-mail"
|
||||
s.license = "MIT"
|
||||
s.platform = :ios, "7.0"
|
||||
s.source = { :git => "https://github.com/chirag04/react-native-mail.git" }
|
||||
s.source_files = "RNMail/*.{h,m}"
|
||||
|
||||
s.dependency "React"
|
||||
end
|
||||
Reference in New Issue
Block a user