We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d377965 commit 420a75bCopy full SHA for 420a75b
package.json
@@ -4,7 +4,7 @@
4
"homepage": "https://www.mparticle.com",
5
"license": "Apache-2.0",
6
"repository": "mParticle/react-native-mparticle",
7
- "version": "2.7.3",
+ "version": "2.7.4",
8
"main": "js/index.js",
9
"scripts": {
10
"test": "./node_modules/standard/bin/cmd.js",
react-native-mparticle.podspec
@@ -11,9 +11,7 @@ Pod::Spec.new do |s|
11
12
s.homepage = package['homepage']
13
s.license = package['license']
14
- s.platform = :ios, "9.0"
15
- s.tvos.deployment_target = "13.0"
16
-
+ s.platforms = { :ios => "9.0", :tvos => "9.2" }
17
18
s.source = { :git => "https://github.com/mParticle/react-native-mparticle.git", :tag => "#{s.version}" }
19
s.source_files = "ios/**/*.{h,m}"
0 commit comments