[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 3.0.1 / Lookback.podspec.json
blob6137fe3d4911c7f5bd16c86b58cec75685810728
2   "name": "Lookback",
3   "version": "3.0.1",
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   },
14   "social_media_url": "http://twitter.com/lookback",
15   "source": {
16     "http": "https://s3-eu-west-1.amazonaws.com/lookback-public/sdk/lookback-sdk-3.0.1.17.g8a2184c.zip"
17   },
18   "documentation_url": "https://s3-eu-west-1.amazonaws.com/lookback-public/docs/ios/3.0.1.17.g8a2184c/Lookback_h/index.html",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "xcconfig": {
23     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/Lookback/Lookback/\"",
24     "OTHER_LDFLAGS": "$(inherited) -ObjC"
25   },
26   "subspecs": [
27     {
28       "name": "SelfTest",
29       "source_files": "lookback/Lookback.framework/Headers/*.h",
30       "preserve_paths": [
31         "lookback/LICENSE.md",
32         "lookback/Lookback.framework"
33       ],
34       "frameworks": [
35         "AVFoundation",
36         "Accelerate",
37         "AudioToolbox",
38         "CoreMedia",
39         "CoreVideo",
40         "ImageIO",
41         "Lookback",
42         "MediaPlayer",
43         "MessageUI",
44         "MobileCoreServices",
45         "QuartzCore",
46         "ReplayKit",
47         "SystemConfiguration",
48         "VideoToolbox",
49         "WebKit"
50       ],
51       "libraries": "stdc++",
52       "vendored_frameworks": "lookback/Lookback.framework"
53     },
54     {
55       "name": "Live",
56       "dependencies": {
57         "LookbackWebRTC": [
58           "21258.0.1"
59         ],
60         "SocketRocket_Lookback": [
61           "~> 0.5.2"
62         ],
63         "Lookback/SelfTest": [
65         ]
66       },
67       "preserve_paths": [
68         "lookback/LICENSE.md",
69         "lookback/LookbackLive.framework"
70       ],
71       "frameworks": [
72         "LookbackLive"
73       ],
74       "vendored_frameworks": "lookback/LookbackLive.framework"
75     }
76   ]