blob: b512c651c15c3b26f2ac1a56d39b48bc7d77ccde [file] [log] [blame]
{
"name": "BFKit",
"version": "1.9.2",
"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.9.2"
},
"source_files": "Source/**/*.{h,m}",
"resources": "Source/Languages/**",
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics",
"AudioToolbox",
"CoreImage",
"Accelerate",
"QuartzCore"
],
"weak_frameworks": "LocalAuthentication",
"requires_arc": true
}