blob: 8186c3bb1d6c3d6937ad1be7433649c86e6fa248 [file] [log] [blame]
{
"name": "BFKit",
"version": "1.6.5",
"summary": "BFKit is a collection of useful classes to develop Apps faster",
"homepage": "https://github.com/FabrizioBrancati/BFKit",
"screenshots": "http://github.fabriziobrancati.com/bfkit/resources/screenshot-objc.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.6.5"
},
"source_files": "BFKit/**/*.{h,m}",
"resources": "BFKit/Languages/**",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AudioToolbox",
"CoreImage",
"Accelerate",
"QuartzCore"
],
"weak_frameworks": "LocalAuthentication",
"requires_arc": true
}