Skip to content

Commit

Permalink
Fix the podspec config
Browse files Browse the repository at this point in the history
  • Loading branch information
tolu360 committed Jun 20, 2019
1 parent 1e3e878 commit 44f568d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions react-native-google-places.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,12 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/tolu360/react-native-google-places'
s.source = { :git => 'https://github.com/tolu360/react-native-google-places.git', :tag => s.version }

s.requires_arc = true
s.platform = :ios, '9.0'

s.preserve_paths = 'README.md', 'package.json', 'index.js'
s.source_files = 'ios/*.{h,m}'

s.compiler_flags = '-fno-modules'
s.compiler_flags = '-DHAVE_GOOGLE_MAPS=1', '-fno-modules'

s.dependency 'React'
s.dependency 'GooglePlaces', '~> 3.1.0'
Expand Down

0 comments on commit 44f568d

Please sign in to comment.