To run the example project, clone the repo, and run pod install
from the Example directory first.
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'
[email protected], 蔡成汉
CCAlertManager is available under the MIT license. See the LICENSE file for more info.