<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.doinglab.foodlens</groupId>
  <artifactId>FoodLensSDK-core</artifactId>
  <version>0.0.1</version>
  <packaging>pom</packaging>
  <name>FoodLensSDK</name>
  <description>FoodLensSDK</description>
  <url>https://github.com/FoodLensSDK</url>
  <licenses>
    <license>
      <name>DoingLab License</name>
      <url>https://github.com/doinglab/FoodLensSDK/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Doinglab-mobile</id>
      <name>Doinglab</name>
      <email>dev_mobile@doinglab.com</email>
    </developer>
    <developer>
      <id>Doinglab-Jihye</id>
      <name>Jihye Noh</name>
      <email>jihye7369@doinglab.com</email>
    </developer>
    <developer>
      <id>Doinglab-LeeWonJong</id>
      <name>WonJong Lee</name>
      <email>leewonjong@doinglab.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/FoodLensSDK.git</connection>
    <developerConnection>scm:git:ssh://github.com/FoodLensSDK.git</developerConnection>
    <url>https://github.com/FoodLensSDK</url>
  </scm>
</project>
