Skip to content
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.

xspyhack/FlashPicker

Repository files navigation

FlashPicker

iOS 10 Messages app like quick image picker.

Screenshot

Requirements

Swift 2.0, iOS 8.0

Installation

It's recommended to use CocoaPods.

CocoaPods

CocoaPods is a dependency manager for Cocoa projects.

CocoaPods 0.36 adds supports for Swift and embedded frameworks. You can install it with the following command:

$ [sudo] gem install cocoapods

To integrate MonkeyKing into your Xcode project using CocoaPods, specify it in your Podfile:

source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'FlashPicker'

Then, run the following command:

$ pod install

You should open the {Project}.xcworkspace instead of the {Project}.xcodeproj after you installed anything from CocoaPods.

For more information about how to use CocoaPods, I suggest this tutorial.

License

FlashPicker is available under the [MIT License][mitLink] license. See the LICENSE file for more info. [mitLink]:http://opensource.org/licenses/MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published