4 "summary": "BFKit is a collection of useful classes to develop Apps faster",
5 "description": " What does it do?\n ================\n BFKit adds some useful method to some classes.\n\n ###Foundation:\n - NSArray\n - NSDate\n - NSFileManager\n - NSMutableArray\n - NSNumber\n - NSProcessInfo\n - NSString\n\n ###UIKit:\n - UIButton\n - UIColor\n - UIDevice\n - UIFont\n - UIImage\n - UIImageView\n - UILabel\n - UIScrollView\n - UITableView\n - UITextField\n - UIView\n - UIWebView\n - UIWindow\n\n ###BFKit:\n - BFPassword\n - BFSystemSound\n\n It makes possible to create User Interfaces and working with Foundation framework faster.\n It adds a class to check the strength of a password and a class to play system sounds with an enum.\n",
6 "homepage": "https://github.com/FabrizioBrancati/BFKit",
7 "screenshots": "http://github.fabriziobrancati.com/bfkit/resources/screenshot.png",
13 "Fabrizio Brancati": "fabrizio.brancati@gmail.com"
15 "social_media_url": "http://linkedin.com/in/fabriziobrancati",
20 "git": "https://github.com/FabrizioBrancati/BFKit.git",
23 "prefix_header_contents": "#import <BFKit.h>",
24 "source_files": "BFKit/**/*.{h,m}",
25 "public_header_files": "BFKit.h",
26 "resources": "BFKit/Languages/**",
27 "frameworks": "AudioToolbox",