blob: 771062b4101231f55b28bd5c5544ef63bdd8bad2 [file] [log] [blame]
{
"name": "BarCodeKit",
"version": "1.3.0",
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/BarCodeKit.git",
"tag": "1.3.0"
},
"ios": {
"source_files": [
"Core/Source/iOS/*.{h,m}",
"Core/Source/*.{h,m}",
"Core/*.h"
],
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"source_files": [
"Core/Source/Mac/*.{h,m}",
"Core/Source/*.{h,m}",
"Core/*.h"
],
"frameworks": [
"Foundation",
"AppKit"
]
},
"requires_arc": true,
"homepage": "http://www.cocoanetics.com/parts/barcodekit/",
"summary": "A framework to generate bar codes on iOS or Mac.",
"authors": {
"Oliver Drobnik": "oliver@cocoanetics.com"
}
}