Last active
August 29, 2015 14:09
-
-
Save alloy/9ce3e8c48ab0d1af94c4 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> | |
<p>ARAnalytics is to iOS what Analytical is to ruby, or Analytics.js is to javascript.</p> | |
</div> | |
<!-- A list of all supported platforms. --> | |
<ul> | |
<li>Supported on <span>iOS</span> | |
</li> | |
<li>Supported on <span>OS X</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 | |
'ARAnalytics is to iOS what Analytical is to ruby, or Analytics.js is to javascript.' | |
end | |
def platforms | |
[ | |
'iOS', | |
'OS X', | |
] | |
end | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment