Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Update version for release and update README with Carthage support.
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed May 9, 2016
1 parent 64f827a commit f6c3439
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LNNotificationsUI/LNNotificationsUI/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>1.0.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<string>1</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ See a video [here](https://vimeo.com/105395794).

## Adding to Your Project

###Carthage

Add the following to your Cartfile:

```github "LeoNatan/LNPopupController"```

###Manual

Drag the `LNNotificationsUI.xcodeproj` project to your project, and add `LNNotificationsUI.framework` to **Embedded Binaries** in your project target's **General** tab. Xcode should sort everything else on its own.

## Using the Framework
Expand Down

0 comments on commit f6c3439

Please sign in to comment.