blob: 647ef2090db351b22ae10aae1b7d3c76bd48a07f [file] [log] [blame]
{
"name": "LookbackSafe",
"version": "0.9.0",
"summary": "Records screen, camera, touches and uploads to lookback.io. Useful for research, video bug reports, …. Can be used in AppStore apps.",
"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 This version of Lookback is safe to use on the Apple AppStore,\n but this safety has heavey performance penalties. If you just\n want to use Lookback for video bug reports and similar\n internally while developing your app, consider using\n Lookback HD (the \"Lookback\" pod).\n\n See some more examples over at http://lookback.io/examples.\n\n",
"homepage": "http://lookback.io/",
"license": {
"type": "Commercial",
"text": " All text and design is copyright © 2014 Lookback AB\n\n All rights reserved. Terms of use as defined at http://lookback.io applies.\n"
},
"authors": {
"Joachim Bengtsson": "nevyn@lookback.io"
},
"social_media_url": "http://twitter.com/lookback",
"platforms": {
"ios": "7.0"
},
"source": {
"http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-0.9.0.zip"
},
"source_files": "lookback/Safe/Lookback.framework/Versions/A/Headers/*.h",
"resources": "lookback/Safe/Lookback.framework/Versions/A/Resources/*",
"preserve_paths": "lookback/Safe/LookBack.framework",
"frameworks": [
"AVFoundation",
"AudioToolbox",
"CoreVideo",
"CoreMedia",
"SystemConfiguration",
"MediaPlayer",
"QuartzCore",
"Lookback"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/LookbackSafe/lookback/Safe\""
},
"requires_arc": false,
"deprecated": true
}