I see my flutter project generated a file ios/Flutter/Flutter.podspec
, what does this file used for ?
Flutter.framework
?s.ios.deployment_target='11.0'
, Flutter.framework
will build with target iOS 11
?System requirements Flutter supports iOS 11 and later. Additionally, you will need CocoaPods version 1.10 or later.
The Podfile is located in the root of the Pods project. An easy way to open it is via "Open Quickly" (Shift Cmd O) typing Podfile.
As explained here: https://guides.cocoapods.org/syntax/podspec.html
Podspec file "describes a version of Pod library." It includes details about where the source should be fetched from, what files to use, the build settings to apply, and other general metadata such as its name, version, and description.
ios/.gitignore
ios/Podfile
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With