Skip to content

Commit

Permalink
Bump platform target in podspec to iOS 9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 4, 2018
1 parent 31a2e7d commit 2192768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-native-shimmer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = 'ios/{,Shimmer/FBShimmering/}*.{h,m}'
s.preserve_paths = "**/*.js"
s.requires_arc = true
s.platform = :ios, "7.0"
s.platform = :ios, "9.0"

s.dependency 'React'
end

0 comments on commit 2192768

Please sign in to comment.