[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 2.9.0 / Lookback.podspec.json
blob60de3719a7b6f4c7197e6c19f791a349eee56826
2   "name": "Lookback",
3   "version": "2.9.0",
4   "summary": "UX research tool: Records screen, camera, touches onto lookback.io. NOTE: This pod is AppStore safe and replaces the 'LookbackSafe' pod.",
5   "description": "Lookback is a tool and library for user experience research\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* Remote research. Invite testers to test your app with just a\n  Participate link, and no additional setp.\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\nHead over to [the SDK guide on our website](http://help.lookback.io/installing-the-ios-sdk/configuring-lookback/configuring-lookback-participate) to get started!\n\nNOTE: There used to be separate \"Lookback\" and \"LookbackSafe\" pods. This pod replaces both, and is\nAppStore safe. Lookback HD is no more.",
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   "source": {
18     "http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-2.9.0.10.g8e77635.zip"
19   },
20   "documentation_url": "https://s3-eu-west-1.amazonaws.com/lookback-public/docs/ios/2.9.0.10.g8e77635/Lookback_h/index.html",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "xcconfig": {
25     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/Lookback/\"",
26     "OTHER_LDFLAGS": "$(inherited) -ObjC"
27   },
28   "subspecs": [
29     {
30       "name": "SelfTest",
31       "source_files": "lookback/Lookback.framework/Versions/A/Headers/*.h",
32       "resources": "lookback/Lookback-Resources/Lookback.bundle",
33       "preserve_paths": [
34         "lookback/LICENSE.md",
35         "lookback/Lookback.framework"
36       ],
37       "frameworks": [
38         "AVFoundation",
39         "Accelerate",
40         "AudioToolbox",
41         "CoreMedia",
42         "CoreVideo",
43         "ImageIO",
44         "Lookback",
45         "MediaPlayer",
46         "MessageUI",
47         "MobileCoreServices",
48         "QuartzCore",
49         "ReplayKit",
50         "SystemConfiguration",
51         "VideoToolbox",
52         "WebKit"
53       ],
54       "libraries": "stdc++"
55     },
56     {
57       "name": "Live",
58       "dependencies": {
59         "LookbackWebRTC": [
60           "21258.0.1"
61         ],
62         "SocketRocket_Lookback": [
63           "~> 0.5.2"
64         ],
65         "Lookback/SelfTest": [
67         ]
68       },
69       "preserve_paths": [
70         "lookback/LICENSE.md",
71         "lookback/LookbackLive.framework"
72       ],
73       "frameworks": [
74         "LookbackLive"
75       ]
76     }
77   ]