blob: 4dbc18f9aabe11fcabcd37a2699fc88f2394313f [file] [log] [blame]
{
"name": "PHNMeasurementKit",
"version": "0.5.2",
"summary": "SDK for performance marketing event tracking from Performance Horizon",
"description": "SDK for tracking installs and events within native apps, part of Performance Horizon's affiliate tracking service",
"homepage": "https://github.com/PerformanceHorizonGroup/measurementkit-cocoapod",
"license": "MIT",
"authors": {
"Performance Horizon": "support@phgsupport.com"
},
"platforms": {
"ios": "7.1"
},
"source_files": "*.{h,m}",
"source": {
"git": "https://github.com/PerformanceHorizonGroup/measurementkit-cocoapod.git",
"tag": "0.5.2"
},
"dependencies": {
"Reachability": [
"~> 3.2"
],
"Bolts": [
"~> 1.8.4"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"Security",
"SafariServices"
],
"weak_frameworks": [
"AdSupport",
"StoreKit"
]
}