| { |
| "name": "MXGoogleAnalytics", |
| "version": "1.0.1", |
| "summary": "A wrapper for using Google Analytics SDK.", |
| "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", |
| "homepage": "https://github.com/Morbix/MXGoogleAnalytics", |
| "license": "MIT", |
| "authors": { |
| "Henrique Morbin": "morbin_@hotmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/Morbix/MXGoogleAnalytics.git", |
| "tag": "1.0.1" |
| }, |
| "social_media_url": "https://facebook.com/hgmorbin", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "MXGoogleAnalytics/*.{h,m}", |
| "resource_bundles": { |
| "MXGoogleAnalytics": [ |
| "Pod/Assets/*.png" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "GoogleAnalytics-iOS-SDK": [ |
| "~> 3.10" |
| ] |
| } |
| } |