Skip to content

Commit 5520ddd

Browse files
committed
add tvos support
1 parent b5acb6e commit 5520ddd

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-user-agent",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "Library that helps you to get mobile application user agent and web view user agent strings.",
55
"main": "index.js",
66
"repository": {

react-native-user-agent.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@ Pod::Spec.new do |s|
99
s.description = package["description"]
1010
s.license = package["license"]
1111

12-
s.authors = package["author"]
12+
s.authors = package["author"]
1313
s.homepage = package["homepage"]
1414
s.platform = :ios, "9.0"
15+
s.ios.deployment_target = "9.0"
16+
s.tvos.deployment_target = "10.0"
1517

1618
s.source = { :git => package["repository"]["url"], :tag => "v#{s.version}" }
1719
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)