react-native-status-keycard/ios/RNStatusKeycard.podspec

24 lines
639 B
Plaintext
Raw Normal View History

2019-07-04 19:15:41 +03:00
Pod::Spec.new do |s|
s.name = "RNStatusKeycard"
s.version = "1.0.0"
s.summary = "RNStatusKeycard"
s.description = <<-DESC
RNStatusKeycard
DESC
s.homepage = ""
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "author@domain.cn" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/author/RNStatusKeycard.git", :tag => "master" }
s.source_files = "RNStatusKeycard/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
#s.dependency "others"
end