You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
diplomatic-quarter/flutter_tts-voice_enhancement/ios/flutter_tts.podspec

23 lines
738 B
Ruby

#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'flutter_tts'
s.version = '0.0.1'
s.summary = 'A flutter text to speech plugin.'
s.description = <<-DESC
A flutter text to speech plugin
DESC
s.homepage = 'https://github.com/dlutton/flutter_tts'
s.license = { :file => '../LICENSE' }
s.author = { 'tundralabs' => 'eyedea32@gmail.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
s.swift_version = '4.2'
s.static_framework = true
end