[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / 7 / 9 / BFKit / 1.5.3 / BFKit.podspec.json
blob63643c0e2c779e4bcbfabc2941eecd4f29731ded
2   "name": "BFKit",
3   "version": "1.5.3",
4   "summary": "BFKit is a collection of useful classes to develop Apps faster",
5   "homepage": "https://github.com/FabrizioBrancati/BFKit",
6   "screenshots": "http://github.fabriziobrancati.com/bfkit/resources/screenshot.png",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Fabrizio Brancati": "fabrizio.brancati@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/infinity4all",
15   "platforms": {
16     "ios": "7.0"
17   },
18   "source": {
19     "git": "https://github.com/FabrizioBrancati/BFKit.git",
20     "tag": "v1.5.3"
21   },
22   "prefix_header_contents": "#import <BFKit.h>",
23   "source_files": "BFKit/**/*.{h,m}",
24   "public_header_files": "BFKit.h",
25   "resources": "BFKit/Languages/**",
26   "frameworks": [
27     "Foundation",
28     "UIKit",
29     "CoreGraphics",
30     "AudioToolbox",
31     "CoreImage",
32     "Accelerate",
33     "QuartzCore"
34   ],
35   "weak_frameworks": "LocalAuthentication",
36   "requires_arc": true