Skip to content

Commit

Permalink
fix: xcode 12 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
dylancom committed Oct 13, 2020
1 parent 5004ee9 commit 6080a38
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-airplay-cast",
"version": "1.0.1",
"version": "1.0.2",
"description": "Stream audio or video to AirPlay-enabled devices with a customizable AirPlay button",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-airplay-cast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm}"


s.dependency "React"
s.dependency "React-Core"
end

0 comments on commit 6080a38

Please sign in to comment.