Short blurb about what your product does.
One to two paragraph statement about your product and what it does.
- Feature 1
- Feature 2
- Feature 3
- Feature 4
- Feature 5
- iOS 8.0+
- Xcode 7.3
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
Create a Cartfile
that lists the framework and run carthage bootstrap
. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/YourLibrary.framework
to an iOS project.
github "yourUsername/yourlibrary"
- Download and drop
YourLibrary.swift
in your project. - Congratulations!
import EZSwiftExtensions
ez.detectScreenShot { () -> () in
print("User took a screen shot")
}
- 0.2.1
- CHANGE: Update docs (module code remains unchanged)
- 0.2.0
- CHANGE: Remove
setDefaultXYZ()
- ADD: Add
init()
- CHANGE: Remove
- 0.1.1
- FIX: Crash when calling
baz()
(Thanks @GenerousContributorName!)
- FIX: Crash when calling
- 0.1.0
- The first proper release
- CHANGE: Rename
foo()
tobar()
- 0.0.1
- Work in progress
We would love for you to contribute to YourLibraryName, check the LICENSE
file for more info.
Your Name – @YourTwitter – YourEmail@example.com
Distributed under the XYZ license. See LICENSE
for more information.