diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d522f94 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +# CocoaPods +# +# We recommend against adding the Pods directory to your .gitignore. However +# you should judge for yourself, the pros and cons are mentioned at: +# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control? +# +# Pods/ + diff --git a/README.md b/README.md new file mode 100644 index 0000000..7e463ce --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +Swift-UIApplication-PrePermissions +================================== + +Swift implementation of permission manager for iOS. Provides 2-step verification when requesting permissions to preserve to one-time request that iOS imposes.