[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / f / 7 / 9 / BFKit / 1.1.0 / BFKit.podspec.json
blob4a95dba2d17890d755501942da689d9b0d6f5020
2   "name": "BFKit",
3   "version": "1.1.0",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Fabrizio Brancati": "fabrizio.brancati@gmail.com"
14   },
15   "social_media_url": "http://linkedin.com/in/fabriziobrancati",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "source": {
20     "git": "https://github.com/FabrizioBrancati/BFKit.git",
21     "tag": "v1.1.0"
22   },
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",
28   "requires_arc": true