-
-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CFResources.bundle cannot be loaded when using Cocoapods
- Loading branch information
Showing
3 changed files
with
62 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,37 @@ | ||
# CFDraggableMessage | ||
Framework to Create Draggable Message View | ||
CFNotify | ||
=============== | ||
[![GitHub issues](https://img.shields.io/github/issues/hallelujahbaby/CFNotify.svg?style=flat-square)](https://github.com/hallelujahbaby/CFNotify/issues) | ||
[![Swift](https://img.shields.io/badge/Swift-4.0-orange.svg?style=flat-square)](https://developer.apple.com/swift/) | ||
[![GitHub forks](https://img.shields.io/github/forks/hallelujahbaby/CFNotify.svg?style=flat-square)](https://github.com/hallelujahbaby/CFNotify/network) | ||
[![GitHub stars](https://img.shields.io/github/stars/hallelujahbaby/CFNotify.svg?style=flat-square)](https://github.com/hallelujahbaby/CFNotify/stargazers) | ||
[![GitHub license](https://img.shields.io/github/license/hallelujahbaby/CFNotify.svg?style=flat-square)](https://github.com/hallelujahbaby/CFNotify/blob/master/LICENSE) | ||
|
||
Still in Development Stage, not yet finish | ||
## Requirements | ||
* Swift 4.0+ | ||
* Xcode 9 | ||
* iOS 9.0+ | ||
|
||
Installation | ||
------------------ | ||
* #### [Carthage](https://github.com/Carthage/Carthage) (_Recommended_) | ||
Add the following lines into [Cartfile](https://github.com/Carthage/Carthage/blob/master/Documentation/Artifacts.md#cartfile) | ||
|
||
````bash | ||
#CFNotify | ||
github "hallelujahbaby/CFNotify" | ||
```` | ||
|
||
Run `carthage update` and then add **CFNotify.framework** and **CFResources.bundle** into your project | ||
|
||
* #### [Cocoapods](https://cocoapods.org/) | ||
Add the following lines into Podfile | ||
|
||
````ruby | ||
pod "CFNotify" | ||
```` | ||
|
||
License | ||
------------------- | ||
***CFNotify*** is released under an [MIT License][mitLink]. See [LICENSE](./LICENSE.md) for details. | ||
|
||
[mitLink]:http://opensource.org/licenses/MIT |