Skip to content

Commit

Permalink
Bumping version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Jul 20, 2015
1 parent f1ded3e commit 854b6ed
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 46 deletions.
4 changes: 2 additions & 2 deletions BFKit-Swift.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "BFKit-Swift"
s.module_name = "BFKit"
s.version = "1.4.0"
s.version = "1.4.1"
s.summary = "BFKit is a collection of useful classes to develop Apps faster"
s.homepage = "https://github.com/FabrizioBrancati/BFKit-Swift"
s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-swift.png"
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "8.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit-Swift.git",
:tag => "v1.4.0"
:tag => s.version.to_s
}
s.source_files = "Source/**/*.{swift}"
s.resources = "Source/Languages/**"
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,11 +198,11 @@
49B1FA001B41BAEE003FC78E /* BFKit */ = {
isa = PBXGroup;
children = (
49ABFB731B53D58200D47D7A /* BFDataStructures.swift */,
49B1FA011B41BAEE003FC78E /* BFApp.swift */,
49B1FA021B41BAEE003FC78E /* BFButton.swift */,
49B1FA031B41BAEE003FC78E /* BFLog.swift */,
49B1FA041B41BAEE003FC78E /* BFPassword.swift */,
49ABFB731B53D58200D47D7A /* BFDataStructures.swift */,
49B1FA051B41BAEE003FC78E /* BFSystemSound.swift */,
49B1FA061B41BAEE003FC78E /* BFTouchID.swift */,
);
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion BFKitDemo/BFKitDemo/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.4.0</string>
<string>1.4.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog
=========
###Version 1.4.1
- Added support for iPod Touch 6G
- Fixed a problem with Carthage project

###Version 1.4.0
- Added APP_DELEGATE global variable
- Added UINavigationBar extension
Expand Down
78 changes: 39 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,48 +20,48 @@ For example you can use every iOS font with just an enum!
It also adds some useful method to some classes like:

###BFKit:
- [BFApp](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Classes/BFButton.html)
- [BFLog](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Functions.html#/)
- [BFPassword](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Classes/BFTouchID.html)
- [BFApp](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Classes/BFButton.html)
- [BFLog](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Functions.html#/)
- [BFPassword](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Classes/BFTouchID.html)

###Foundation:
- [Array](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions.html#/s:Sa)
- [Dictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions.html#/s:VSs10Dictionary)
- [NSArray](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSArray.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSDate.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSDictionary.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSFileManager.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSMutableArray.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSMutableDictionary.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSNumber.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSObject.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions.html#/)
- [NSString](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSString.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/NSThread.html)
- [String](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/String.html)
- [Array](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions.html#/s:Sa)
- [Dictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions.html#/s:VSs10Dictionary)
- [NSArray](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSArray.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSDate.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSDictionary.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSFileManager.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSMutableArray.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSMutableDictionary.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSNumber.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSObject.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions.html#/)
- [NSString](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSString.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/NSThread.html)
- [String](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/String.html)

###UIKit:
- [UIButton](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIButton.html)
- [UIBarButtonItem](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIBarButtonItem.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIColor.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIDevice.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIFont.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIImage.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIImageView.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UILabel.html)
- [UINavigationBar](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UINavigationBar.html)
- [UIScreen](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIScreen.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIScrollView.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UITableView.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UITextField.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UITextView.html)
- [UIToolbar](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIToolbar.html)
- [UIView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIView.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIWebView.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/Extensions/UIWindow.html)
- [UIButton](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIButton.html)
- [UIBarButtonItem](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIBarButtonItem.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIColor.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIDevice.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIFont.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIImage.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIImageView.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UILabel.html)
- [UINavigationBar](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UINavigationBar.html)
- [UIScreen](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIScreen.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIScrollView.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UITableView.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UITextField.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UITextView.html)
- [UIToolbar](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIToolbar.html)
- [UIView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIView.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIWebView.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/Extensions/UIWindow.html)

Language support :it:
=====================
Expand Down Expand Up @@ -182,4 +182,4 @@ License :scroll:
================
BFKit-Swift is available under the MIT license. See the **[LICENSE](https://github.com/FabrizioBrancati/BFKit-Swift/blob/master/LICENSE)** file for more info.

[CocoaDocs]: http://cocoadocs.org/docsets/BFKit-Swift/1.4.0/
[CocoaDocs]: http://cocoadocs.org/docsets/BFKit-Swift/1.4.1/
2 changes: 1 addition & 1 deletion Source/BFKit.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import Foundation

/// BFKit version string
public let BFKIT_VERSION = "1.4.0"
public let BFKIT_VERSION = "1.4.1"

/// BFKit author string
public let BFKIT_AUTHOR = "Fabrizio Brancati"
2 changes: 1 addition & 1 deletion Source/BFKit/BFDataStructures.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class Stack: Printable
/**
Returns if the Stack is empty or not

:returns: Return true if the Stack is empty, otherwise false
:returns: Returns true if the Stack is empty, otherwise false
*/
public func empty() -> Bool
{
Expand Down

0 comments on commit 854b6ed

Please sign in to comment.