25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

23 satır
828 B

  1. #
  2. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
  3. # Run `pod lib lint platform_device_id.podspec' to validate before publishing.
  4. #
  5. Pod::Spec.new do |s|
  6. s.name = 'platform_device_id'
  7. s.version = '0.0.1'
  8. s.summary = 'macos for platform_device_id plugin.'
  9. s.description = <<-DESC
  10. A new flutter plugin project.
  11. DESC
  12. s.homepage = 'https://github.com/BestBurning/platform_device_id'
  13. s.license = { :file => '../LICENSE' }
  14. s.author = { 'di1shuai' => 'zhushuai026@gmail.com' }
  15. s.source = { :path => '.' }
  16. s.source_files = 'Classes/**/*'
  17. s.dependency 'FlutterMacOS'
  18. s.platform = :osx, '10.11'
  19. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
  20. s.swift_version = '5.0'
  21. end