diff --git a/LNNotificationsUI/LNNotificationsUI/Info.plist b/LNNotificationsUI/LNNotificationsUI/Info.plist index d3de8ee..95620e6 100644 --- a/LNNotificationsUI/LNNotificationsUI/Info.plist +++ b/LNNotificationsUI/LNNotificationsUI/Info.plist @@ -15,11 +15,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.0.1 CFBundleSignature ???? CFBundleVersion - $(CURRENT_PROJECT_VERSION) + 1 NSPrincipalClass diff --git a/README.md b/README.md index 5c0d936..7677aab 100644 --- a/README.md +++ b/README.md @@ -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