blob: 01e32908fb46def205af5ef2b94402e3804796b4 [file] [log] [blame]
{
"name": "mPulse",
"version": "0.0.7",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "iOS library for mPulse Analytics",
"homepage": "https://github.com/SOASTA/mPulse-iOS",
"social_media_url": "https://twitter.com/cloudtest",
"source": {
"git": "https://github.com/SOASTA/mPulse-iOS.git",
"tag": "0.0.7"
},
"authors": {
"SOASTA": "support@soasta.com"
},
"platforms": {
"ios": "6.0"
},
"source_files": "include/*.h",
"public_header_files": "include/*.h",
"preserve_paths": "libMPulse.a",
"ios": {
"vendored_libraries": "libMPulse.a"
},
"libraries": [
"z",
"stdc++",
"MPulse"
],
"frameworks": [
"CoreLocation",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}