Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[quick_actions] Extract iOS implementation into a separate package. #4702

Merged
merged 15 commits into from
Feb 8, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Rename .podspec file to match package name.
For the Cocaopod package to be registered correctly the .podspec file
name needs to match the name of the Flutter package.
  • Loading branch information
mvanbeusekom committed Feb 8, 2022
commit 5666078126cbf30f03d84ae7e656d146e3555857
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html
#
Pod::Spec.new do |s|
s.name = 'quick_actions'
s.name = 'quick_actions_ios'
s.version = '0.0.1'
s.summary = 'Flutter Quick Actions'
s.description = <<-DESC
Expand Down