Skip to content

CaiChenghan/CCAlertManager

Repository files navigation

CCAlertManager

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CCAlertManager is available through CocoaPods. To install it, simply add the following line to your Podfile:

platform :ios, '9.0'
inhibit_all_warnings!
source ‘https://github.com/CaiChenghan/CCRepo.git’
source ‘https://github.com/CocoaPods/Specs.git’
target 'MyApp' do
    pod 'CCAlertManager', '~>1.1.0'
end
pod 'CCAlertManager', :git => 'https://github.com/CaiChenghan/CCAlertManager.git', :tag => '1.1.0'

Author

1178752402@qq.com, 蔡成汉

License

CCAlertManager is available under the MIT license. See the LICENSE file for more info.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published