flutter_callkit_incoming.podspec 948 B

123456789101112131415161718192021222324
  1. #
  2. # To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html.
  3. # Run `pod lib lint flutter_callkit_incoming.podspec` to validate before publishing.
  4. #
  5. Pod::Spec.new do |s|
  6. s.name = 'flutter_callkit_incoming'
  7. s.version = '0.0.1'
  8. s.summary = 'Flutter Callkit Incoming'
  9. s.description = <<-DESC
  10. Flutter Callkit Incoming
  11. DESC
  12. s.homepage = 'https://github.com/hiennguyen92/flutter_callkit_incoming'
  13. s.license = { :file => '../LICENSE' }
  14. s.author = { 'Hien Nguyen' => 'hien@hiennv.com' }
  15. s.source = { :path => '.' }
  16. s.source_files = 'Classes/**/*'
  17. s.dependency 'Flutter'
  18. s.dependency 'CryptoSwift'
  19. s.platform = :ios, '10.0'
  20. # Flutter.framework does not contain a i386 slice.
  21. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
  22. s.swift_version = '5.0'
  23. end