I've added this to my podfile (Cocoapods 0.39.0):
pod 'ARAnalytics', :subspecs => ['GoogleAnalytics']
But I get this error when running pod install:
$ pod install
Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Installing ARAnalytics (3.8.0)
Using Bolts (1.3.0)
Using CardIO (5.1.1)
Using CircleProgressView (1.0.7)
Using Crashlytics (3.3.4)
Using FBSDKCoreKit (4.7.0)
Using FBSDKLoginKit (4.7.0)
Using Fabric (1.5.5)
Installing Google (1.1.1)
Installing GoogleAnalytics (3.13.0)
Installing GoogleInterchangeUtilities (1.0.0)
Installing GoogleNetworkingUtilities (1.0.0)
Installing GoogleSymbolUtilities (1.0.0)
Installing GoogleUtilities (1.1.0)
Using JVFloatLabeledTextField (1.1.0)
Using Lookback (1.1.3)
Using LookbackSafe (1.1.3)
Using MBProgressHUD (0.9.1)
Using PDKTZipArchive (0.3.5)
Using Parse (1.9.0)
Using SDWebImage (3.7.3)
Using SwiftKeychain (0.1.5)
Using TAPageControl (0.2.0)
Using UIImageViewAligned (0.0.1)
[!] The 'Pods-MyProject' target has transitive dependencies that include static binaries: (/myproject/Pods/Google/Libraries/libGGLAnalytics.a and /project/Pods/Google/Libraries/libGGLCore.a)
I've added this to my podfile (Cocoapods 0.39.0):
But I get this error when running
pod install: