GoogleAnalytics-Framework is a dynamic framework wrapper for Google Analytics iOS SDK.
The project defines a GoogleAnalytics.framework target, therefore you may import it like any other library or module:
// Objective-C
@import GoogleAnalytics;
#import <GoogleAnalytics/GoogleAnalytics.h>// Swift
import GoogleAnalyticsIf you're using Carthage, just add the following dependency to your Cartfile:
github "akashivskyy/GoogleAnalytics-Framework"
While CocoaPods is not supported by this fork, you may still use the official Google/Analytics pod as CocoaPods creates framework targets automatically:
use_frameworks!
pod "Google/Analytics"
Adrian Kashivskyy
- http://github.com/akashivskyy
- http://twitter.com/akashivskyy
The project is licensed under Google Analytics Terms of Service, Google Analytics SDK Policy and the MIT License. See LICENSE.md for more info.