Skip to content

Commit 420a75b

Browse files
update podspec for tvos
1 parent d377965 commit 420a75b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://www.mparticle.com",
55
"license": "Apache-2.0",
66
"repository": "mParticle/react-native-mparticle",
7-
"version": "2.7.3",
7+
"version": "2.7.4",
88
"main": "js/index.js",
99
"scripts": {
1010
"test": "./node_modules/standard/bin/cmd.js",

react-native-mparticle.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ Pod::Spec.new do |s|
1111

1212
s.homepage = package['homepage']
1313
s.license = package['license']
14-
s.platform = :ios, "9.0"
15-
s.tvos.deployment_target = "13.0"
16-
14+
s.platforms = { :ios => "9.0", :tvos => "9.2" }
1715

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

0 commit comments

Comments
 (0)