diff --git a/BFKit.podspec b/BFKit.podspec index 93fc5f2..84721fe 100644 --- a/BFKit.podspec +++ b/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" @@ -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/**" diff --git a/BFKit/BFKit/Info.plist b/BFKit/BFKit/Info.plist index 9e0be35..6e2e047 100644 --- a/BFKit/BFKit/Info.plist +++ b/BFKit/BFKit/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.8.0 + 1.9.0 CFBundleSignature ???? CFBundleVersion diff --git a/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist b/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist index 504cdc5..25b2b99 100644 --- a/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist +++ b/BFKitDemo/BFKitDemo/BFKitDemo-Info.plist @@ -21,7 +21,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.8.0 + 1.9.0 CFBundleSignature ???? CFBundleVersion diff --git a/README.md b/README.md index c4060e9..67a7fd6 100644 --- a/README.md +++ b/README.md @@ -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: ===================== @@ -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/ diff --git a/Source/BFKit.h b/Source/BFKit.h index 9da1ba6..759c8c1 100644 --- a/Source/BFKit.h +++ b/Source/BFKit.h @@ -27,7 +27,7 @@ /** * BFKit version string */ -#define BFKIT_VERSION @"1.8.0" +#define BFKIT_VERSION @"1.9.0" /** * BFKit author string */