[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 0.4.12 / Lookback.podspec.json
blob6349b4cea3fb3d8dd30b45706a64c01940cfbb6e
2   "name": "Lookback",
3   "version": "0.4.12",
4   "summary": "Lookback records screen, camera, touches etc and uploads it to http://lookback.io. Useful for UX research, QA bug reporting, etc.",
5   "description": "                    Lookback is a tool and library for user experience testing\n                    that you can integrate into your app. Lookback records the\n                    iOS screen, the front-facing camera, microphone, metadata,\n                    touches and active views, and uploads it all in\n                    near-realtime to lookback.io where you can study and dive\n                    into the data. Example use cases:\n\n                  * User testing sessions. Instead of mounting web cams in your\n                    testing lab to record both the screen and your tester's\n                    reactions, let Lookback do the hard work for you.\n                  * Long-term usability study. Let a user record a week of\n                    using your app, and study trends, reactions and recurring\n                    problems.\n                  * Quality assurance. Record videos of found bugs, complete\n                    with a trace of how the tester reached it.\n\n                  See some more examples over at http://lookback.io/examples.\n\n",
6   "homepage": "http://lookback.io/",
7   "license": {
8     "type": "Commercial",
9     "text": "              All text and design is copyright © 2013 Lookback AB\n\n              All rights reserved. Terms of use as defined at http://lookback.io applies.\n"
10   },
11   "authors": {
12     "Joachim Bengtsson": "nevyn@lookback.io"
13   },
14   "platforms": {
15     "ios": "6.0"
16   },
17   "source": {
18     "http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-0.4.12.zip"
19   },
20   "source_files": "lookback-0.4.12/Lookback.framework/Versions/A/Headers/*.h",
21   "resources": "lookback-0.4.12/Lookback.framework/Versions/A/Resources/*",
22   "preserve_paths": "lookback-0.4.12/LookBack.framework",
23   "frameworks": [
24     "AVFoundation",
25     "AudioToolbox",
26     "CoreVideo",
27     "CoreMedia",
28     "SystemConfiguration",
29     "MediaPlayer",
30     "QuartzCore",
31     "LookBack"
32   ],
33   "xcconfig": {
34     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/lookback-0.4.12\""
35   },
36   "requires_arc": false