blob: 07f6e5f4e6a7439b4f11b880d935155d19873fad [file] [log] [blame]
{
"name": "ObjectiveLibModbus",
"version": "0.0.1",
"license": "GNU",
"summary": "Obj-C wrapper for libmodbus.",
"homepage": "https://github.com/iUtvikler/ObjectiveLibModbus",
"authors": {
"Lars-Jørgen Kristiansen": "LarsJK.84@gmail.com"
},
"source": {
"git": "https://github.com/iUtvikler/ObjectiveLibModbus.git",
"tag": "0.0.1"
},
"description": "ObjectiveLibModbus is an Objective-C wrapper class for the libmodbus library.I included tweaked and compiled libmodbus sourcefiles, that work with OS X and iOS in this project.",
"source_files": [
"ObjectiveLibModbus/*.{h,m}",
"Vendor/libmodbus/*.{c,h}"
],
"requires_arc": true
}