no message
Showing
# Uncomment the next line to define a global platform for your project | # Uncomment the next line to define a global platform for your project | ||
# platform :ios, '9.0' | # platform :ios, '9.0' | ||
source 'https://github.com/CocoaPods/Specs.git' | |||
target 'BreastFeedingDemo' do | target 'BreastFeedingDemo' do | ||
# Comment the next line if you don't want to use dynamic frameworks | # Comment the next line if you don't want to use dynamic frameworks | ||
use_frameworks! | use_frameworks! | ||
pod 'ZJTableViewManager', '~> 1.0.8' | |||
pod 'Popover', '~> 1.3.0' | |||
# Pods for BreastFeedingDemo | |||
end | |||
post_install do |installer| | # Pods for BreastFeedingDemo | ||
installer.pods_project.targets.each do |target| | |||
target.build_configurations.each do |config| | |||
config.build_settings['GCC_PREPROCESSOR_DEFINITIONS'] ||= [ | |||
'$(inherited)', | |||
## dart: PermissionGroup.camera | |||
'PERMISSION_CAMERA=1', | |||
] | |||
end | |||
end | |||
end | end |
This diff is collapsed.
This diff is collapsed.
Pods/Popover/LICENSE
0 → 100644
Pods/Popover/README.md
0 → 100644
This diff is collapsed.
This diff is collapsed.
Please
register
or
sign in
to comment