[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 6 / a / MXGoogleAnalytics / 1.0.1 / MXGoogleAnalytics.podspec.json
blob6dd0acba735690b5d323a6b95c86d0be03949013
2   "name": "MXGoogleAnalytics",
3   "version": "1.0.1",
4   "summary": "A wrapper for using Google Analytics SDK.",
5   "description": "    This wrapper was created by Henrique Morbin (http://fb.com/hgmorbin). It was created to be a wrapper when you are using the Google Analytics SDK.\n",
6   "homepage": "https://github.com/Morbix/MXGoogleAnalytics",
7   "license": "MIT",
8   "authors": {
9     "Henrique Morbin": "morbin_@hotmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Morbix/MXGoogleAnalytics.git",
13     "tag": "1.0.1"
14   },
15   "social_media_url": "https://facebook.com/hgmorbin",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "MXGoogleAnalytics/*.{h,m}",
21   "resource_bundles": {
22     "MXGoogleAnalytics": [
23       "Pod/Assets/*.png"
24     ]
25   },
26   "frameworks": [
27     "UIKit",
28     "MapKit"
29   ],
30   "dependencies": {
31     "GoogleAnalytics-iOS-SDK": [
32       "~> 3.10"
33     ]
34   }