This repository was archived by the owner on Jul 17, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 433
Don't pod install with asset_audio_player_plus #866
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
I checked and found that the pobspec file and the name content inside have not changed to the new package name.
No podspec found for assets_audio_player_plus in .symlinks/plugins/assets_audio_player_plus/ios
Pod::Spec.new do |s|
s.name = 'assets_audio_player'
s.version = '0.0.1'
s.summary = 'A new flutter plugin project.'
s.description = <<-DESC
s.swift_version = '4.2'
s.swift_versions = ['4.0', '4.2', '5.0']
A new flutter plugin project.
DESC
s.homepage = 'http://example.com'
s.license = { :file => '../LICENSE' }
s.author = { 'Your Company' => 'email@example.com' }
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.ios.deployment_target = '8.0'
endReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working