[Add] TPNMentaCustomAdapterInland 6.00.23.1
[CocoaPods.git] / Specs / 2 / 3 / 1 / Adman / 2.16.1 / Adman.podspec.json
blob8ce162da1f33db086da78e90c6673f356e722735
2   "name": "Adman",
3   "version": "2.16.1",
4   "summary": "Adman is used to inject ads, to control audio ad playback and to serve a companion display banner",
5   "description": "Voice-Activated Ads allow users to engage with ads using voice commands.\nWhile listening to an audio, an ad user can speak various voice commands which will be introduced to users within the ad creative. When a user says ‘skip it’, ‘next’, ‘cancel’, ‘not interested’, etc, we stop serving the current ad and play the next one if there is one scheduled. \n\nWhen a user engages with the ad, we perform the requested action, e.g. open browser, playing a successive audio with ‘more details’, etc.\n\nActions can be ‘positive’ when users want to ‘know more’ or make a purchase or ‘negative’ when users say ‘no’ or ‘I’m not interested’.",
6   "homepage": "https://help.instreamatic.com/category/12-ios-sdk",
7   "license": "GNU AGPLv3",
8   "authors": {
9     "Instreamatic": "support@instreamatic.com"
10   },
11   "platforms": {
12     "ios": "9.1"
13   },
14   "source": {
15     "git": "https://bitbucket.org/instreamatic/adman.ios",
16     "tag": "2.16.1"
17   },
18   "source_files": [
19     "Adman/*/*.{h,m}",
20     "Adman/*.{h,m}",
21     "AdmanBanner.{h,m}"
22   ],
23   "exclude_files": "Adman/AdmanAdLoader.{h,m}",
24   "dependencies": {
25     "AFNetworking": [
26       "~> 3.0"
27     ],
28     "SocketRocket": [
30     ],
31     "PromisesObjC": [
32       "~> 1.2.4"
33     ]
34   }