[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 0.6.2 / Lookback.podspec.json
blob2ef190df618da3b1a5483e3ff765ff2386e56914
2   "name": "Lookback",
3   "version": "0.6.2",
4   "summary": "Records screen, camera, touches and uploads to lookback.io. Useful for research, video bug reports, … Not appstore safe: See LookbackSafe",
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                  Use this version of Lookback in versions of your app that you\n                  debug with or submit to testers, but not to Appstore: your app\n                  will be rejected. See the pod LookbackSafe for a version you\n                  can use in the AppStore.\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   "social_media_url": "http://twitter.com/lookback",
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-0.6.2.zip"
20   },
21   "source_files": "lookback/HD/Lookback.framework/Versions/A/Headers/*.h",
22   "resources": "lookback/HD/Lookback.framework/Versions/A/Resources/*",
23   "preserve_paths": "lookback/HD/LookBack.framework",
24   "frameworks": [
25     "AVFoundation",
26     "AudioToolbox",
27     "CoreVideo",
28     "CoreMedia",
29     "SystemConfiguration",
30     "MediaPlayer",
31     "QuartzCore",
32     "Lookback"
33   ],
34   "xcconfig": {
35     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/lookback/HD\""
36   },
37   "requires_arc": false