blob: e0ca2e192dce08378513760e1fcfc58321151159 [file] [log] [blame]
{
"name": "Quantcast-Measure",
"version": "1.7.1",
"summary": "Quantcast Measure for iOS.",
"description": " \t\t\t\t\tQuantcast Measure available for iOS and Android mobile apps. The free service lets you to:\n * **Know Your Audience** - End the guesswork and limitations of survey-based mobile demographics. Quantcast uses direct measurement and machine learning to build accurate and detailed demographic profiles.\n\t\t\t\t\t* **Compare and Compete** - Gauge user loyalty by analyzing visit frequency, retention and upgrades over time\n\t\t\t\t\t* **Showcase and Validate** - Choose to showcase your most powerful data points to advertisers and partners via your public profile.\n",
"homepage": "https://www.quantcast.com",
"license": {
"type": "Copyright",
"text": "\t\tCopyright 2012-2020 Quantcast Corp.\n\n\t\tThis software is licensed under the Quantcast Mobile App Measurement Terms of Service https://www.quantcast.com/learning-center/quantcast-terms/mobile-app-measurement-tos (the “License”). You may not use this file unless (1) you sign up for an account at https://www.quantcast.com and click your agreement to the License and (2) are in compliance with the License. See the License for the specific language governing permissions and limitations under the License.\n"
},
"authors": {
"Quantcast Corporation": "MobileSupport@quantcast.com"
},
"source": {
"git": "https://github.com/quantcast/ios-measurement.git",
"tag": "v1.7.1"
},
"platforms": {
"ios": "10.0"
},
"requires_arc": true,
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"frameworks": [
"UIKit",
"Foundation",
"SystemConfiguration",
"CoreTelephony",
"CoreGraphics",
"Security"
],
"libraries": [
"z",
"sqlite3"
],
"source_files": "Quantcast-iOS-Measurement/*.{h,m,mm,c,cpp}",
"requires_arc": true
},
{
"name": "digital-periodicals",
"dependencies": {
"Quantcast-Measure/Core": [
]
},
"source_files": "Quantcast-iOS-Measurement/Optional/QuantcastMeasurement+Periodicals.{h,m}",
"requires_arc": true
},
{
"name": "app-networks",
"dependencies": {
"Quantcast-Measure/Core": [
]
},
"source_files": "Quantcast-iOS-Measurement/Optional/QuantcastMeasurement+Networks.{h,m}",
"requires_arc": true
},
{
"name": "advertising",
"dependencies": {
"Quantcast-Measure/Core": [
]
},
"source_files": "Quantcast-iOS-Measurement/Optional/QuantcastMeasurement+Advertising.{h,m}",
"requires_arc": true,
"weak_frameworks": "AdSupport"
}
]
}