[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 1 / 6 / Valence-Audio-iOS / 4.0.1 / Valence-Audio-iOS.podspec.json
blob971daa1eabd934bf399d5473cf7762138b6ea302
2   "name": "Valence-Audio-iOS",
3   "version": "4.0.1",
4   "summary": "Actv8me Audio Framework",
5   "homepage": "http://www.actv8me.com/",
6   "authors": {
7     "Nikolai Annenkoff": "nikolai.annenkoff@actv8me.com"
8   },
9   "documentation_url": "http://sdk.actv8me.com/docs-4/#/ios4/4.0.0/guide/1-introduction/1.1-overview",
10   "source": {
11     "git": "https://github.com/ACTV8meInc/Valence-Audio-iOS-Binary.git",
12     "tag": "v4.0.1"
13   },
14   "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.",
15   "license": {
16     "type": "Copyright",
17     "text": "Activate License and Service\n"
18   },
19   "source_files": "*",
20   "platforms": {
21     "ios": null
22   },
23   "requires_arc": true,
24   "compiler_flags": [
25     "-ObjC",
26     "$(inherited)"
27   ],
28   "subspecs": [
29     {
30       "name": "Framework",
31       "source_files": "*",
32       "preserve_paths": "*/*",
33       "ios": {
34         "vendored_frameworks": "Framework/ValenceAudio.framework"
35       }
36     }
37   ]