blob: d0abdfbc9c7253d8c3678311896f7db91d29fce1 [file] [log] [blame]
{
"name": "PHNMeasurementKit",
"version": "0.5.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.5.1"
},
"dependencies": {
"Reachability": [
"~> 3.2"
],
"Bolts": [
"~> 1.8.4"
]
},
"frameworks": [
"UIKit",
"SystemConfiguration",
"Security",
"SafariServices"
],
"weak_frameworks": [
"AdSupport",
"StoreKit"
]
}