You are here

function social_comments_libraries_info in Open Social 7

Implements hook_libraries_info().

File

./social_comments.module, line 35

Code

function social_comments_libraries_info() {
  $libraries['acTwitterConversation'] = array(
    'name' => 'acTwitterConversation',
    'vendor url' => 'http://adriancrepaz.com/twitter_conversions_api',
    'download url' => 'https://github.com/adriancrepaz/acTwitterConversation',
    'files' => array(
      'php' => array(
        'acTwitterConversation.php',
      ),
    ),
    'version' => '1.0',
  );
  return $libraries;
}