Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 773 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 773 Bytes

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

[email protected], 蔡成汉

License

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