blob: 86ddca6138f4909acd4a2f853cf0ec1d3533cf2a [file] [log] [blame]
{
"name": "GoogleConversionTracking",
"version": "3.2.0",
"summary": "Google Conversion Tracking SDK for iOS.",
"description": "If you'd like to know which of your keywords best leads to clicks and conversions, such as sales, AdWords Conversion Tracking can help you.",
"homepage": "https://support.google.com/adwords/answer/1722054?hl=en",
"license": {
"type": "Copyright",
"text": " Copyright (c) 2011 Google Inc.\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n http://www.apache.org/licenses/LICENSE-2.0\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
},
"authors": "Google Inc.",
"source": {
"git": "https://github.com/cheah/GoogleConversionTracking-iOS-SDK.git",
"tag": "3.2.0"
},
"platforms": {
"ios": "5.0"
},
"preserve_paths": "*.a",
"source_files": [
"*.h",
"Deprecated/*.h",
"DoubleClick/*.h"
],
"frameworks": "AdSupport",
"libraries": "GoogleConversionTracking",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/GoogleConversionTracking\""
},
"requires_arc": true
}