blob: 119e5112c10f254c3f4924369c60475149b56d73 [file] [log] [blame]
{
"name": "GoogleTagManager",
"version": "3.02",
"summary": "Google Tag Manager SDK.",
"description": "Google Tag Manager enables developers to change configuration values in their mobile applications using the Google Tag Manager interface without having to rebuild and resubmit application binaries to app marketplaces.",
"homepage": "http://developers.google.com/tag-manager/ios",
"license": {
"type": "Copyright",
"text": "Copyright 2013 Google, Inc. All rights reserved.\n"
},
"authors": "Google Inc.",
"source": {
"http": "http://dl.google.com/googleanalyticsservices/GoogleAnalyticsServicesiOS_3.02.zip",
"flatten": true
},
"platforms": {
"ios": null
},
"frameworks": [
"CFNetwork",
"CoreData",
"SystemConfiguration",
"AdSupport"
],
"source_files": "GoogleTagManager/Library/*.h",
"preserve_paths": "libGoogleAnalyticsServices.a",
"libraries": "GoogleAnalyticsServices",
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC",
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/GoogleTagManager\""
},
"requires_arc": false
}