Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caichenghan/ccalertmanager
https://github.com/caichenghan/ccalertmanager
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/caichenghan/ccalertmanager
- Owner: CaiChenghan
- License: mit
- Created: 2019-11-29T03:41:17.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-12T03:44:35.000Z (about 3 years ago)
- Last Synced: 2025-01-22T22:18:09.608Z (19 days ago)
- Language: Objective-C
- Size: 43 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.