Latest | 0.4 |
---|---|
Homepage | https://github.com/calvincestari/CLCBannerNotifications |
License | MIT |
Platforms | ios 7.0, requires ARC |
Frameworks | UIKit |
Authors |
[](https://travis-ci.org/Calvin Cestari/CLCBannerNotifications)
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
CLCBannerNotifications is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "CLCBannerNotifications"
Author
Calvin Cestari, [email protected]
License
CLCBannerNotifications is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "CLCBannerNotifications", "version": "0.4", "summary": "A simple way to add banner style notifications to your iOS app.", "homepage": "https://github.com/calvincestari/CLCBannerNotifications", "license": "MIT", "authors": { "Calvin Cestari": "[email protected]" }, "source": { "git": "https://github.com/calvincestari/CLCBannerNotifications.git", "tag": "0.4" }, "platforms": { "ios": "7.0" }, "requires_arc": true, "frameworks": "UIKit", "public_header_files": "Pod/**/*.h", "private_header_files": "Pod/Classes/Controllers/*.h", "source_files": "Pod/Classes/**/*.{h,m}", "resource_bundles": { "CLCBannerNotifications": [ "Pod/Assets/*.png" ] } }
Sat, 05 Mar 2016 23:06:03 +0000