gmiaty / AlertKit

Alert with a single line of Swift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AlertKit

Cocoapods Compatible Carthage compatible

Alert with a single line of Swift.

Requirements

  • iOS 8.0+ / Mac OS X 10.9+
  • Xcode 6.3

Installation

CocoaPods

To integrate AlertKit 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 'AlertKit'

Then, run the following command:

$ pod install

Carthage

To integrate AlertKit into your Xcode project using Carthage, specify it in your Cartfile:

github "AlertKit/AlertKit"

Usage

See documentation.

License

AlertKit is released under the MIT license. See LICENSE for details.

About

Alert with a single line of Swift.

License:MIT License


Languages

Language:Swift 83.1%Language:C++ 11.9%Language:Ruby 5.0%