UNPKG

654 BPlain TextView Raw
1
2Pod::Spec.new do |s|
3 s.name = "RNEpsonEposPrinter"
4 s.version = "1.0.0"
5 s.summary = "RNEpsonEposPrinter"
6 s.description = <<-DESC
7 RNEpsonEposPrinter
8 DESC
9 s.homepage = ""
10 s.license = "MIT"
11 # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
12 s.author = { "author" => "author@domain.cn" }
13 s.platform = :ios, "7.0"
14 s.source = { :git => "https://github.com/author/RNEpsonEposPrinter.git", :tag => "master" }
15 s.source_files = "RNEpsonEposPrinter/**/*.{h,m}"
16 s.requires_arc = true
17
18
19 s.dependency "React"
20 #s.dependency "others"
21
22end
23
24
\No newline at end of file