blob: c1d1e551e52d6e2ef31db4cb1489572503d992a7 [file] [log] [blame]
{
"name": "Lookback",
"version": "1.3.0",
"summary": "Records screen, camera, touches and uploads to lookback.io. Useful for research, video bug reports, …. Not appstore safe: See LookbackSafe.",
"description": "Lookback is a tool and library for user experience testing\nthat you can integrate into your app. Lookback records the\niOS screen, the front-facing camera, microphone, metadata,\ntouches and active views, and uploads it all in\nnear-realtime to lookback.io where you can study and dive\ninto the data. Example use cases:\n\n* User testing sessions. Instead of mounting web cams in your\ntesting lab to record both the screen and your tester's\nreactions, let Lookback do the hard work for you.\n* Long-term usability study. Let a user record a week of\nusing your app, and study trends, reactions and recurring\nproblems.\n* Quality assurance. Record videos of found bugs, complete\nwith a trace of how the tester reached it.\n\nUse this version of Lookback in versions of your app that you\ndebug with or submit to testers, but not to Appstore: your app\nwill be rejected. See the pod LookbackSafe for a version you\ncan use in the AppStore.\n\nSee some more examples over at http://lookback.io/examples.",
"homepage": "http://lookback.io/",
"license": {
"type": "Commercial",
"file": "lookback/LICENSE.md"
},
"authors": {
"Nevyn Bengtsson": "nevyn@lookback.io",
"Brian Gerstle": "bgerstle@lookback.io",
"Pete Nelson": "pete@lookback.io"
},
"social_media_url": "http://twitter.com/lookback",
"dependencies": {
"PDKTZipArchive": [
]
},
"platforms": {
"ios": "8.0"
},
"documentation_url": "https://s3-eu-west-1.amazonaws.com/lookback-public/docs/ios/1.3.0.20.gf67048e/Lookback_h/index.html",
"source": {
"http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-1.3.0.20.gf67048e.zip"
},
"source_files": "lookback/HD/Lookback.framework/Versions/A/Headers/*.h",
"resources": "lookback/Lookback-Resources/Lookback.bundle",
"preserve_paths": [
"lookback/LICENSE.md",
"lookback/HD/Lookback.framework"
],
"frameworks": [
"Accelerate",
"AVFoundation",
"AudioToolbox",
"VideoToolbox",
"CoreVideo",
"CoreMedia",
"SystemConfiguration",
"MediaPlayer",
"MessageUI",
"MobileCoreServices",
"ImageIO",
"QuartzCore",
"Lookback"
],
"xcconfig": {
"FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/Lookback/HD\"",
"OTHER_LDFLAGS": "$(inherited) -ObjC"
},
"requires_arc": false
}