Skip to content

Instantly share code, notes, and snippets.

@alloy
Last active August 29, 2015 14:09
Show Gist options
  • Save alloy/ee073e642e981b7326e3 to your computer and use it in GitHub Desktop.
Save alloy/ee073e642e981b7326e3 to your computer and use it in GitHub Desktop.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>ARAnalytics</title>
</head>
<body>
<h1>Overview of <a href="https://github.com/orta/ARAnalytics"><span>ARAnalytics</span></a>
</h1>
<!-- The required summary. -->
<p>Simplify your iOS/Mac analytics</p>
<!-- An optional longer description. -->
<div></div>
<!-- A list of all supported platforms. -->
<ul>
<li>Supported on <span>iOS</span>
</li>
</ul>
</body>
</html>
class Pod
def name
'ARAnalytics'
end
def homepage
'https://github.com/orta/ARAnalytics'
end
def summary
'Simplify your iOS/Mac analytics'
end
def description
nil
end
def platforms
[
'iOS',
]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment