Skip to content

Commit

Permalink
Updated to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed May 15, 2015
1 parent 7dca5e0 commit 107ce3c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 7 deletions.
2 changes: 1 addition & 1 deletion BFKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0"
:tag => "v1.5.0"
}
s.prefix_header_contents = '#import <BFKit.h>'
s.source_files = "BFKit/**/*.{h,m}"
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
Changelog
=========
###Version 1.5.0
- Enhancements in NSDate category
- Added BFButton class
- Added in UIImageView category the method ```initWithImage:center:```
- Added in UIImage category the method ```imageWithSize:backgroundColor:maskedText:font:```
- Added in UIView category the method ```translateAroundTheView:duration:direction:repeat:startFromEdge:```
- Added in NSNumber category the methods ```nextPowerOfTwo``` and ```isPowerOfTwo```
- Added Vietnamese
- Minor enhancements & bugfixes

Thanks to [@simonlinj](https://github.com/simonlinj) & [@masd-duc](https://github.com/masd-duc) for this release


###Version 1.4.0
- Added UITextView category
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<p align="center"><img src="http://github.fabriziobrancati.com/bfkit/resources/icon.png" alt="BFKit Icon"></p>
<p align="center"><img src="http://github.fabriziobrancati.com/bfkit/resources/banner.png" alt="BFKit Icon"></p>

[![Build Status](https://travis-ci.org/FabrizioBrancati/BFKit.svg?branch=master)](https://travis-ci.org/FabrizioBrancati/BFKit)
[![Version](https://img.shields.io/cocoapods/v/BFKit.svg?style=flat)](http://cocoadocs.org/docsets/BFKit)
Expand All @@ -10,7 +10,6 @@ BFKit is a collection of useful classes to **develop Apps faster**.

Installing and Usage
====================

###Pod
- Create a **Podfile** in your **project directory**
- Write:
Expand All @@ -36,7 +35,7 @@ Installing and Usage
- **CoreGraphics**
- **QuartzCore**
- **Accelerate**
- **AudioToolbox**
- **AudioToolbox** (if you want to use **BFSystemSound** class)
- **LocalAuthentication** (if you want to use **BFTouchID** class, and set it as weak if your App runs on iOS 7)
- Import the file "**BFKit.h**"
- Enjoy!
Expand All @@ -48,7 +47,13 @@ Requirements

Language support
================
```English(en), Italian(it), Russian(ru), Ukrainian(uk), Indonesian(id), Chinese Simplified(zh), Vietnamese(vi)```
- Chinese Simplified(zh)
- English(en)
- Indonesian(id)
- Italian(it)
- Russian(ru)
- Ukrainian(uk)
- Vietnamese(vi)

What does it do?
================
Expand Down Expand Up @@ -92,12 +97,10 @@ Adds some useful method to some classes.

Documentation
=============

###[CocoaDocs](http://cocoadocs.org/docsets/BFKit)

Changelog
=========

To see what has changed in recent version of BFKit, see the **[CHANGELOG](https://github.com/FabrizioBrancati/BFKit/blob/master/CHANGELOG.md)**

Todo
Expand Down

0 comments on commit 107ce3c

Please sign in to comment.