From 62560411e7dd89e220d1b2cd555c8f7a55ddfb54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lars-J=C3=B8rgen=20Kristiansen?= Date: Sat, 12 May 2012 19:44:23 +0200 Subject: [PATCH] Added ObjectiveLibModbus --- .../0.0.1/ObjectiveLibModbus.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec diff --git a/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec new file mode 100644 index 00000000..c45e4e0b --- /dev/null +++ b/ObjectiveLibModbus/0.0.1/ObjectiveLibModbus.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = 'ObjectiveLibModbus' + s.version = '0.0.1' + s.license = 'GNU' + s.summary = 'Obj-C wrapper for libmodbus' + s.homepage = 'https://github.com/iUtvikler/ObjectiveLibModbus' + s.author = { 'Lars-Jørgen Kristiansen' => 'LarsJK.84@gmail.com' } + s.source = { :git => 'https://iUtvikler@github.com/iUtvikler/ObjectiveLibModbus.git', :tag => '0.0.1' } + s.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' + s.source_files = 'ObjectiveLibModbus', 'Vendor' + s.clean_path = "Demo" + s.requires_arc = true +end