Skip to content

Commit 0b480be

Browse files
feat: update podspec
1 parent d837570 commit 0b480be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-mparticle.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ Pod::Spec.new do |s|
1111

1212
s.homepage = package['homepage']
1313
s.license = package['license']
14-
s.platform = :ios, "9.0"
14+
s.platform = { :ios => "9.0", :tvos => "9.0" }
15+
1516

1617
s.source = { :git => "https://github.com/mParticle/react-native-mparticle.git", :tag => "#{s.version}" }
1718
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)