blob: 5df6faf2aea598a976547cc506fcb42c92a95b0d [file] [log] [blame]
{
"name": "GTrack",
"version": "0.9.3",
"summary": "GTrack is a lightweight Objective-C wrapper around the Google Analytics for iOS SDK with some extra goodies, brought to you by Gemr.",
"homepage": "https://github.com/gemr/GTrack",
"license": "MIT",
"authors": {
"Mike Amaral": "mike.amaral36@gmail.com"
},
"social_media_url": "http://twitter.com/MikeAmaral",
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/gemr/GTrack.git",
"tag": "v0.9.3"
},
"source_files": "Source/GTTracker.{h,m}",
"dependencies": {
"GoogleAnalytics": [
]
},
"requires_arc": true
}