Skip to content

Commit

Permalink
Expand filter to include cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
derekbedwards committed Sep 25, 2019
1 parent e8caa14 commit 083a968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RNBroadcast.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "9.0"

s.source = { :git => "https://github.com/BehaviorCloud/react-native-broadcast.git", :tag => "#{s.version}" }
s.source_files = "ios/RNBroadcast/**/*.{c,h,m,mm}"
s.source_files = "ios/RNBroadcast/**/*.{c,cpp,h,m,mm}"

s.dependency 'React'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{
"name": "react-native-broadcast",
"version": "1.0.8",
"version": "1.0.9",
"description": "RTMP Broadcaster library for React Native",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 083a968

Please sign in to comment.