You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

react-native-xprinter-mirfalahtech.podspec 877B

1234567891011121314151617181920212223242526
  1. require "json"
  2. package = JSON.parse(File.read(File.join(__dir__, "package.json")))
  3. Pod::Spec.new do |s|
  4. s.name = "react-native-xprinter-mirfalahtech"
  5. s.version = package["version"]
  6. s.summary = package["description"]
  7. s.description = <<-DESC
  8. react-native-xprinter-mirfalahtech
  9. DESC
  10. s.homepage = "https://github.com/github_account/react-native-xprinter-mirfalahtech"
  11. s.license = "MIT"
  12. # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  13. s.authors = { "Your Name" => "yourname@email.com" }
  14. s.platforms = { :ios => "9.0" }
  15. s.source = { :git => "https://github.com/github_account/react-native-xprinter-mirfalahtech.git", :tag => "#{s.version}" }
  16. s.source_files = "ios/**/*.{h,m,swift}"
  17. s.requires_arc = true
  18. s.dependency "React"
  19. # ...
  20. # s.dependency "..."
  21. end