Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caichenghan/ccalertmanager


https://github.com/caichenghan/ccalertmanager

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
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
```

```ruby
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.