blob: defae8c15726d91e8a7b2f31e4a132497253872c [file] [log] [blame]
{
"name": "mPulseBeta",
"version": "0.0.2",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"summary": "iOS Beta library for mPulse Analytics",
"homepage": "https://github.com/SOASTA/mPulse-iOS-Beta",
"social_media_url": "https://twitter.com/cloudtest",
"source": {
"git": "https://github.com/SOASTA/mPulse-iOS-Beta.git",
"tag": "0.0.2"
},
"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
}