Awesome
Product Name
<br /> <p align="center"> <a href="https://github.com/alexanderritik/Best-README-Template"> <img src="logo.jpeg" alt="Logo" width="80" height="80"> </a> <p align="center"> One to two paragraph statement about your product and what it does. </p> </p> <p align="row"> <img src= "https://media.giphy.com/media/HYOlBKJBqgAfe/giphy.gif" width="400" > <img src= "https://media.giphy.com/media/HYOlBKJBqgAfe/giphy.gif" width="400" > </p>Features
- Feature 1
- Feature 2
- Feature 3
- Feature 4
- Feature 5
Requirements
- iOS 8.0+
- Xcode 10.0
Installation
CocoaPods
You can use CocoaPods to install YourLibrary
by adding it to your Podfile
:
platform :ios, '8.0'
use_frameworks!
pod 'YourLibrary'
To get the full benefits import YourLibrary
wherever you import UIKit
import UIKit
import YourLibrary
Carthage
Create a Cartfile
that lists the framework and run carthage update
. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/YourLibrary.framework
to an iOS project.
github "yourUsername/yourlibrary"
Manually
- Download and drop
YourLibrary.swift
in your project. - Congratulations!
Usage example
import EZSwiftExtensions
ez.detectScreenShot { () -> () in
print("User took a screen shot")
}
Contribute
We would love you for the contribution to YourLibraryName, check the LICENSE
file for more info.
Meta
Your Name – @YourTwitter – YourEmail@example.com
Distributed under the XYZ license. See LICENSE
for more information.