@lodev09/react-native-true-sheet 0.12.3 → 0.12.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -1
- package/TrueSheet.podspec +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -34,9 +34,10 @@ cd ios && pod install
|
|
|
34
34
|
|
|
35
35
|
## Documentation
|
|
36
36
|
|
|
37
|
+
- [Example](example)
|
|
37
38
|
- [Guides](https://sheet.lodev09.com/category/guides)
|
|
38
39
|
- [Reference](https://sheet.lodev09.com/category/reference)
|
|
39
|
-
- [
|
|
40
|
+
- [Troubleshooting](https://sheet.lodev09.com/troubleshooting)
|
|
40
41
|
|
|
41
42
|
## Usage
|
|
42
43
|
|
|
@@ -80,3 +81,7 @@ See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the
|
|
|
80
81
|
## License
|
|
81
82
|
|
|
82
83
|
[MIT](LICENSE)
|
|
84
|
+
|
|
85
|
+
---
|
|
86
|
+
|
|
87
|
+
Made with ❤️ by [@lodev09](http://linkedin.com/in/lodev09/)
|
package/TrueSheet.podspec
CHANGED
|
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
|
|
|
11
11
|
s.license = package["license"]
|
|
12
12
|
s.authors = package["author"]
|
|
13
13
|
|
|
14
|
-
s.platforms = { :ios =>
|
|
14
|
+
s.platforms = { :ios => "13.4" }
|
|
15
15
|
s.source = { :git => "https://github.com/lodev09/react-native-true-sheet.git", :tag => "#{s.version}" }
|
|
16
16
|
|
|
17
17
|
s.source_files = "ios/**/*.{h,m,mm,swift}"
|
package/package.json
CHANGED