blob: 5a2151f511d2053bd0d0ec3ac84c2d2c2ec1dcd1 [file] [log] [blame]
{
"name": "BFKit",
"version": "1.2.0",
"summary": "BFKit is a collection of useful classes to develop Apps faster",
"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 - NSMutableDictionary\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 - BFApp\n - BFLog\n - BFPassword\n - BFSystemSound\n\n",
"homepage": "https://github.com/FabrizioBrancati/BFKit",
"screenshots": "http://github.fabriziobrancati.com/bfkit/resources/screenshot.png",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabrizio Brancati": "fabrizio.brancati@gmail.com"
},
"social_media_url": "https://twitter.com/infinity4all",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/FabrizioBrancati/BFKit.git",
"tag": "v1.2.0"
},
"prefix_header_contents": "#import <BFKit.h>",
"source_files": "BFKit/**/*.{h,m}",
"public_header_files": "BFKit.h",
"resources": "BFKit/Languages/**",
"frameworks": "AudioToolbox",
"requires_arc": true
}