blob: 3292d4fcba54065cfae1c5c0a88c43ddf76ac21f [file] [log] [blame]
{
"name": "mPulse",
"version": "1.1.0",
"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": "1.1.0"
},
"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",
"c++",
"MPulse",
"MPulseSim"
],
"frameworks": [
"CoreLocation",
"CoreTelephony",
"SystemConfiguration"
],
"requires_arc": true
}