[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / c / GoogleAnalytics-iOS-SDK / 3.12 / GoogleAnalytics-iOS-SDK.podspec.json
blob655b260d8630e9a85e3a2c6821663b83bcc4ad0d
2   "name": "GoogleAnalytics-iOS-SDK",
3   "version": "3.12",
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 - 2015 Google, Inc. All rights reserved."
10   },
11   "authors": "Google Inc.",
12   "source": {
13     "http": "https://dl.google.com/googleanalyticsservices/GoogleAnalyticsServicesiOS_3.12.zip",
14     "flatten": true
15   },
16   "platforms": {
17     "ios": "5.0"
18   },
19   "requires_arc": true,
20   "deprecated_in_favor_of": "GoogleAnalytics",
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": [
26         "GoogleAnalytics/Library/*.h",
27         "GoogleTagManager/Library/*.h"
28       ],
29       "preserve_paths": "libGoogleAnalyticsServices.a",
30       "frameworks": [
31         "Foundation",
32         "UIKit",
33         "CFNetwork",
34         "CoreData",
35         "SystemConfiguration"
36       ],
37       "libraries": [
38         "GoogleAnalyticsServices",
39         "z",
40         "sqlite3"
41       ],
42       "xcconfig": {
43         "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/GoogleAnalytics-iOS-SDK\"",
44         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libz"
45       }
46     },
47     {
48       "name": "IDFA",
49       "preserve_paths": "libAdIdAccess.a",
50       "weak_frameworks": [
51         "AdSupport"
52       ],
53       "libraries": [
54         "AdIdAccess"
55       ],
56       "dependencies": {
57         "GoogleAnalytics-iOS-SDK/Core": [
59         ]
60       }
61     }
62   ]