blob: 4deddcd487f729c8b1c66d1632b5275c31f30230 [file] [log] [blame]
{
"name": "PHNMeasurementKit",
"version": "0.4.1",
"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}",
"vendored_libraries": "libPHNMeasurementKit-pod.a",
"source": {
"git": "https://github.com/PerformanceHorizonGroup/measurementkit-cocoapod.git",
"tag": "0.4.1"
},
"dependencies": {
"Reachability": [
"~> 3.2"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"Security",
"SafariServices"
],
"weak_frameworks": [
"AdSupport",
"StoreKit"
]
}