Skip to content

Commit

Permalink
Bumping version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Feb 1, 2016
1 parent 6912560 commit 3dadf8a
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 42 deletions.
4 changes: 2 additions & 2 deletions BFKit.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BFKit"
s.version = "1.8.0"
s.version = "1.9.0"
s.summary = "BFKit is a collection of useful classes to develop Apps faster"
s.homepage = "https://github.com/FabrizioBrancati/BFKit"
s.screenshots = "http://github.fabriziobrancati.com/bfkit/resources/screenshot-objc.png"
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.platform = :ios, "7.0"
s.source = {
:git => "https://github.com/FabrizioBrancati/BFKit.git",
:tag => "v1.8.0"
:tag => "v1.9.0"
}
s.source_files = "Source/**/*.{h,m}"
s.resources = "Source/Languages/**"
Expand Down
2 changes: 1 addition & 1 deletion BFKit/BFKit/Info.plist
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>1.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion BFKitDemo/BFKitDemo/BFKitDemo-Info.plist
Expand Up @@ -21,7 +21,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.8.0</string>
<string>1.9.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down
74 changes: 37 additions & 37 deletions README.md
Expand Up @@ -42,46 +42,46 @@ 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/1.8.0/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/BFButton.html)
- BFDataStructures ([List](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/List.html) - [Queue](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/Queue.html) - [Stack](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/Stack.html))
- [BFLog](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/BFLog.html)
- [BFPassword](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit/1.8.0/Classes/BFTouchID.html) (iOS 8 or later)
- [BFApp](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFApp.html)
- [BFButton](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFButton.html)
- BFDataStructures ([List](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/List.html) - [Queue](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/Queue.html) - [Stack](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/Stack.html))
- [BFLog](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFLog.html)
- [BFPassword](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFPassword.html)
- [BFSystemSound](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFSystemSound.html)
- [BFTouchID](http://cocoadocs.org/docsets/BFKit/1.9.0/Classes/BFTouchID.html) (iOS 8 or later)

### Foundation:
- [NSArray](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSArray+BFKit.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSDate+BFKit.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSDictionary+BFKit.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSFileManager+BFKit.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSMutableArray+BFKit.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSMutableDictionary+BFKit.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSNumber+BFKit.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSObject+BFKit.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSProcessInfo+BFKit.html)
- [NSString](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSString+BFKit.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSThread+BFKit.html)
- [NSArray](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSArray+BFKit.html)
- [NSDate](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSDate+BFKit.html)
- [NSDictionary](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSDictionary+BFKit.html)
- [NSFileManager](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSFileManager+BFKit.html)
- [NSMutableArray](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSMutableArray+BFKit.html)
- [NSMutableDictionary](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSMutableDictionary+BFKit.html)
- [NSNumber](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSNumber+BFKit.html)
- [NSObject](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSObject+BFKit.html)
- [NSProcessInfo](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSProcessInfo+BFKit.html)
- [NSString](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSString+BFKit.html)
- [NSThread](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSThread+BFKit.html)

### UIKit:
- [UIBarButtonItem](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIBarButtonItem+BFKit.html)
- [UIButton](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/NSArray+BFKit.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIColor+BFKit.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIDevice+BFKit.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIFont+BFKit.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIImage+BFKit.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIImageView+BFKit.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UILabel+BFKit.html)
- [UINavigationBar](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UINavigationBar+BFKit.html)
- [UIScreen](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIScreen+BFKit.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIScrollView+BFKit.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UITableView+BFKit.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UITextField+BFKit.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UITextView+BFKit.html)
- [UIToolbar](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIToolbar+BFKit.html)
- [UIView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIView+BFKit.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIWebView+BFKit.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit/1.8.0/Categories/UIWindow+BFKit.html)
- [UIBarButtonItem](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIBarButtonItem+BFKit.html)
- [UIButton](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/NSArray+BFKit.html)
- [UIColor](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIColor+BFKit.html)
- [UIDevice](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIDevice+BFKit.html)
- [UIFont](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIFont+BFKit.html)
- [UIImage](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIImage+BFKit.html)
- [UIImageView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIImageView+BFKit.html)
- [UILabel](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UILabel+BFKit.html)
- [UINavigationBar](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UINavigationBar+BFKit.html)
- [UIScreen](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIScreen+BFKit.html)
- [UIScrollView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIScrollView+BFKit.html)
- [UITableView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UITableView+BFKit.html)
- [UITextField](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UITextField+BFKit.html)
- [UITextView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UITextView+BFKit.html)
- [UIToolbar](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIToolbar+BFKit.html)
- [UIView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIView+BFKit.html)
- [UIWebView](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIWebView+BFKit.html)
- [UIWindow](http://cocoadocs.org/docsets/BFKit/1.9.0/Categories/UIWindow+BFKit.html)

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

[CocoaDocs]: http://cocoadocs.org/docsets/BFKit/1.8.0/
[CocoaDocs]: http://cocoadocs.org/docsets/BFKit/1.9.0/
2 changes: 1 addition & 1 deletion Source/BFKit.h
Expand Up @@ -27,7 +27,7 @@
/**
* BFKit version string
*/
#define BFKIT_VERSION @"1.8.0"
#define BFKIT_VERSION @"1.9.0"
/**
* BFKit author string
*/
Expand Down

0 comments on commit 3dadf8a

Please sign in to comment.