diff --git a/docs.json b/docs.json index 2b8e76d1..a61dab9d 100644 --- a/docs.json +++ b/docs.json @@ -17,6 +17,7 @@ ["Showcase", "/showcase"], ["Windows", "/windows"], ["Android", "/android"], + ["iOS", "/ios"], ["Web", "/web"], ["Contributing", "/contributing"], ["Discord", "https://discord.gg/h2VdDK3EAQ"] diff --git a/docs/ios.mdx b/docs/ios.mdx new file mode 100644 index 00000000..c6501786 --- /dev/null +++ b/docs/ios.mdx @@ -0,0 +1,12 @@ +## iOS + +### Min iOS version + +Thermion requires a minimum iOS version of 13.0 + +In your application's `ios/Podfile`, make sure the following line is present (and not commented out): + +```ruby +platform :ios, '13.0' +``` +