blob: 4fd941312b8e9d9add17c4e486d35007854f9fad [file] [log] [blame]
#
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'shared_preferences_macos'
s.version = '0.0.1'
s.summary = 'macOS implementation of the shared_preferences plugin for reading and writing simple key-value pairs.'
s.description = <<-DESC
macOS implementation of the shared_preferences plugin for reading and writing simple key-value pairs.
DESC
s.homepage = 'https://github.com/flutter/plugins/tree/master/packages/shared_preferences/shared_preferences_macos'
s.license = { :file => '../LICENSE' }
s.author = { 'Flutter Team' => 'flutter-dev@googlegroups.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.11'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'
end