Skip to content

Commit

Permalink
Bumping version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Mar 25, 2016
1 parent 4740fa1 commit 3216098
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 49 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.6.0"
s.version = "1.6.1"
s.summary = "BFKit Swift 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.6.0"
:tag => "v1.6.1"
}
s.source_files = "Source/**/*.{swift}"
s.resources = "Source/Languages/**"
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.6.0</string>
<string>1.6.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.6.0</string>
<string>1.6.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ All notable changes to this project will be documented in this file.<br>

---

## 1.6.1
### XX Feb 2016
## [1.6.1](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/v1.6.1)
### 25 Mar 2016
#### Added
- Added [Package.swift](https://github.com/FabrizioBrancati/BFKit-Swift/blob/master/Package.swift) file to add support to Swift Package Manager
- Added support to Swift 2.2 and Xcode 7.3 [#10](https://github.com/FabrizioBrancati/BFKit-Swift/pull/10)

Thanks to [@lucasmpaim](https://github.com/lucasmpaim) for this release


## [1.6.0](https://github.com/FabrizioBrancati/BFKit-Swift/releases/tag/v1.6.0)
Expand Down
86 changes: 44 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
---

Objective-C Version <img src="http://github.fabriziobrancati.com/bfkit/resources/objc-icon.png" height="25" width="25">
===========
===================
If you are looking for Objective-C version check it out here: **[BFKit](https://github.com/FabrizioBrancati/BFKit)**

What does it do :question:
Expand All @@ -42,49 +42,49 @@ To better use of the framework I recommend you to use [FuzzyAutocomplete](https:
It also adds some useful method to some classes like:

### BFKit:
- [BFApp](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/BFButton.html)
- BFDataStructures ([List](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/List.html) - [Queue](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/Queue.html) - [Stack](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/Stack.html))
- [BFLog](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Functions.html#/)
- [BFPassword](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit-Swift/1.6.0/Classes/BFTouchID.html) (iOS 8 or later)
- [BFApp](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/BFButton.html)
- BFDataStructures ([List](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/List.html) - [Queue](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/Queue.html) - [Stack](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/Stack.html))
- [BFLog](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Functions.html#/)
- [BFPassword](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit-Swift/1.6.1/Classes/BFTouchID.html) (iOS 8 or later)

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

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

Language support :it:
=====================
Expand All @@ -104,6 +104,7 @@ Requirements :iphone:
- iOS SDK **8.0** if you use it as a Framework
- **Swift 1.2** and **Xcode 6.3** or later, for version **1.4.1** or previous
- **Swift 2.0** or **2.1** and **Xcode 7.0** or later, for version **1.5.0** or later
- **Swift 2.2** and **Xcode 7.3** or later, for version **1.6.1** or later

Communication :speaker:
=======================
Expand All @@ -121,9 +122,10 @@ Installing and Usage :computer:

---

### Swift 1.2, 2.0 or 2.1
### Swift 1.2, 2.0, 2.1 or 2.2
If you need support for Swift 1.2 use BFKit Swift 1.4.1 or previous.<br>
From 1.5.0 BFKit Swift supports Swift 2.0 and 2.1.<br>
From 1.6.1 BFKit Swift supports Swift 2.2.<br>
More info here: [Requirements](https://github.com/FabrizioBrancati/BFKit-Swift#requirements-iphone)

---
Expand Down Expand Up @@ -225,4 +227,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.6.0/
[CocoaDocs]: http://cocoadocs.org/docsets/BFKit-Swift/1.6.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.6.0"
public let BFKIT_VERSION = "1.6.1"

/// BFKit author string
public let BFKIT_AUTHOR = "Fabrizio Brancati"

0 comments on commit 3216098

Please sign in to comment.