-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c4e632
commit b6f4463
Showing
3 changed files
with
33 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,9 +2,9 @@ Pod::Spec.new do |s| | |
s.name = "FRDLivelyButton" | ||
s.version = "1.0" | ||
s.summary = "Lively button." | ||
s.description = "CWStatusBarNotification is a library allows you to present a beautiful text-based notification in the status bar." | ||
s.description = "Simple UIButton subclass intended to be used inside a UIBarButtonItem. Supports common nav bar button types, nicely animates button type changes and touch events." | ||
s.homepage = "http://github.com/sebastienwindal/FRDLivelyButton" | ||
s.screenshots = "https://raw.github.com/sebastienwindal/FRDLivelyButton/master/screenshots/screenshot.png" | ||
s.screenshots = "http://github.com/sebastienwindal/FRDLivelyButton/blob/master/images/screenshot.gif" | ||
s.license = { :type => 'MIT', :file => 'LICENSE' } | ||
s.author = { "Sebastien Windal" => "[email protected]" } | ||
s.platform = :ios, '7.0' | ||
|
Binary file modified
BIN
+10 Bytes
(100%)
...project.xcworkspace/xcuserdata/sebastienwindal.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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