[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 1.4.0 / Lookback.podspec.json
blob1919be46b3ac2a2bcd042eee9357101e777ec2c2
2   "name": "Lookback",
3   "version": "1.4.0",
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\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.",
6   "homepage": "http://lookback.io/",
7   "license": {
8     "type": "Commercial",
9     "file": "lookback/LICENSE.md"
10   },
11   "authors": {
12     "Nevyn Bengtsson": "nevyn@lookback.io",
13     "Brian Gerstle": "bgerstle@lookback.io",
14     "Pete Nelson": "pete@lookback.io"
15   },
16   "social_media_url": "http://twitter.com/lookback",
17   "dependencies": {
18     "PDKTZipArchive": [
20     ]
21   },
22   "platforms": {
23     "ios": "7.0"
24   },
25   "documentation_url": "https://s3-eu-west-1.amazonaws.com/lookback-public/docs/ios/1.4.0.184.g54ab93a/Lookback_h/index.html",
26   "source": {
27     "http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-1.4.0.184.g54ab93a.zip"
28   },
29   "source_files": "lookback/HD/Lookback.framework/Versions/A/Headers/*.h",
30   "resources": "lookback/Lookback-Resources/Lookback.bundle",
31   "preserve_paths": [
32     "lookback/LICENSE.md",
33     "lookback/HD/Lookback.framework"
34   ],
35   "frameworks": [
36     "Accelerate",
37     "AVFoundation",
38     "AudioToolbox",
39     "VideoToolbox",
40     "CoreVideo",
41     "CoreMedia",
42     "SystemConfiguration",
43     "MediaPlayer",
44     "MessageUI",
45     "MobileCoreServices",
46     "ImageIO",
47     "QuartzCore",
48     "Lookback"
49   ],
50   "xcconfig": {
51     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/Lookback/HD\"",
52     "OTHER_LDFLAGS": "$(inherited) -ObjC"
53   },
54   "requires_arc": false