[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GoogleAnalytics-iOS-SDK / 3.0.9 / GoogleAnalytics-iOS-SDK.podspec.json
blob6b793bfbcf1e82bfb08ef3cd74f2ea17cfbcaef5
2   "name": "GoogleAnalytics-iOS-SDK",
3   "version": "3.0.9",
4   "summary": "GoogleAnalytics for iOS SDK.",
5   "description": "  The Google Analytics SDK for iOS makes it easy for native iOS developers to collect user engagement data form their applications. Developers can then use the Google Analytics reports to measure:\n\n      * The number of active users are using their applications.\n      * From where in the world the application is being used.\n      * Adoption and usage of specific features.\n      * In-app purchases and transactions.\n      * And many other useful metrics...\n",
6   "homepage": "https://developers.google.com/analytics/devguides/collection/ios/",
7   "license": {
8     "type": "Copyright",
9     "text": "      Copyright 2009 - 2014 Google, Inc. All rights reserved.\n"
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://dl.google.com/googleanalyticsservices/GoogleAnalyticsServicesiOS_3.09.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "source_files": [
20     "GoogleAnalytics/Library/*.h",
21     "GoogleTagManager/Library/*.h"
22   ],
23   "preserve_paths": "libGoogleAnalyticsServices.a",
24   "frameworks": [
25     "Foundation",
26     "UIKit",
27     "CFNetwork",
28     "CoreData",
29     "SystemConfiguration"
30   ],
31   "libraries": [
32     "GoogleAnalyticsServices",
33     "z",
34     "sqlite3"
35   ],
36   "xcconfig": {
37     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK\"",
38     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
39   },
40   "requires_arc": true