blob: 971daa1eabd934bf399d5473cf7762138b6ea302 [file] [log] [blame]
{
"name": "Valence-Audio-iOS",
"version": "4.0.1",
"summary": "Actv8me Audio Framework",
"homepage": "http://www.actv8me.com/",
"authors": {
"Nikolai Annenkoff": "nikolai.annenkoff@actv8me.com"
},
"documentation_url": "http://sdk.actv8me.com/docs-4/#/ios4/4.0.0/guide/1-introduction/1.1-overview",
"source": {
"git": "https://github.com/ACTV8meInc/Valence-Audio-iOS-Binary.git",
"tag": "v4.0.1"
},
"description": "The SDK listens for \"trigger\" signals from audio signals. This technology is used by commercial intererest to transmit offers and promotions to an app on a mobile device.\nOnce the SDK senses a valid signal, it then forwards that information to the actv8me servers which will return to the app an offer or promotion, etc.",
"license": {
"type": "Copyright",
"text": "Activate License and Service\n"
},
"source_files": "*",
"platforms": {
"ios": null
},
"requires_arc": true,
"compiler_flags": [
"-ObjC",
"$(inherited)"
],
"subspecs": [
{
"name": "Framework",
"source_files": "*",
"preserve_paths": "*/*",
"ios": {
"vendored_frameworks": "Framework/ValenceAudio.framework"
}
}
]
}