blob: 71d9583103a51f3f846bc7ad02123926291882be [file] [log] [blame]
{
"name": "BarCodeKit",
"version": "1.3.1",
"platforms": {
"osx": null
},
"license": "BSD",
"source": {
"git": "https://github.com/Cocoanetics/BarCodeKit.git",
"tag": "1.3.1"
},
"source_files": [
"Core/Source/*.{h,m}",
"Core/*.h"
],
"ios": {
"source_files": "Core/Source/iOS/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"source_files": "Core/Source/Mac/*.{h,m}",
"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"
}
}