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 3895ffe commit f824ca1Copy full SHA for f824ca1
README.md
@@ -19,11 +19,16 @@ Swift 4.2. Ready for use on iOS 10+
19
## Integration
20
Put `Source/SPPermission` folder in your Xcode project. Make sure to enable `Copy items if needed` and `Create groups`.
21
22
-Or via CocoaPods:
+#### CocoaPods:
23
```ruby
24
pod 'SPPermission'
25
```
26
27
+#### Carthage
28
+```ruby
29
+github "IvanVorobei/SPPermission"
30
+```
31
+
32
## How to use
33
Call `SPPermission` and use func `request()`. Also, pass the controller on which the dialog should present:
34
0 commit comments