Last active
August 29, 2015 14:09
-
-
Save alloy/ee073e642e981b7326e3 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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