Skip to content

Commit 81b49fa

Browse files
authored
Merge pull request davide-scalzo#199 from gcesarmza/master
Added support for tvOS
2 parents e3cc365 + b729d57 commit 81b49fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

react-native-mixpanel.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => "https://github.com/davodesign84/react-native-mixpanel.git" }
1010
s.source_files = 'RNMixpanel/*'
1111
s.platform = :ios, "7.0"
12+
s.tvos.deployment_target = '10.0'
1213
s.dependency 'Mixpanel', '~> 3.4.5'
1314
s.dependency 'React'
1415
end

0 commit comments

Comments
 (0)