Skip to content

Commit 8a19568

Browse files
adamkochKrzysztof Borowy
authored and
Krzysztof Borowy
committed
fix: Add tvOS to podspec supported platforms
1 parent 94050b2 commit 8a19568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNCAsyncStorage.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010

1111
s.authors = package['author']
1212
s.homepage = package['homepage']
13-
s.platform = :ios, "9.0"
13+
s.platforms = { :ios => "9.0", :tvos => "9.2" }
1414

1515
s.source = { :git => "https://github.com/react-native-community/react-native-async-storage.git", :tag => "v#{s.version}" }
1616
s.source_files = "ios/**/*.{h,m}"

0 commit comments

Comments
 (0)