[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GoogleAnalytics-iOS-SDK / 3.0.3a / GoogleAnalytics-iOS-SDK.podspec.json
blob4efea76f4e73989a30485e3f4993edcaac26e253
2   "name": "GoogleAnalytics-iOS-SDK",
3   "version": "3.0.3a",
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.03a.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     "CFNetwork",
26     "CoreData",
27     "SystemConfiguration"
28   ],
29   "libraries": [
30     "GoogleAnalyticsServices",
31     "z"
32   ],
33   "xcconfig": {
34     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK\"",
35     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
36   },
37   "requires_arc": false