[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 1 / c / Lookback / 2.7.1 / Lookback.podspec.json
blob68187674832d3610d7f8c769f44a7304f10eb4e4
2   "name": "Lookback",
3   "version": "2.7.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](https://lookback.io/learn/ios-sdk/get-started#setup-lookback) 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.7.1.3.g9139a04.zip"
19   },
20   "documentation_url": "https://s3-eu-west-1.amazonaws.com/lookback-public/docs/ios/2.7.1.3.g9139a04/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         "Accelerate",
39         "AVFoundation",
40         "AudioToolbox",
41         "VideoToolbox",
42         "CoreVideo",
43         "CoreMedia",
44         "SystemConfiguration",
45         "MediaPlayer",
46         "MessageUI",
47         "MobileCoreServices",
48         "ImageIO",
49         "QuartzCore",
50         "Lookback"
51       ],
52       "libraries": "stdc++"
53     },
54     {
55       "name": "Live",
56       "dependencies": {
57         "LookbackWebRTC": [
58           "12816.2.9"
59         ],
60         "SocketRocket": [
61           "~> 0.5.1"
62         ],
63         "Lookback/SelfTest": [
65         ]
66       },
67       "preserve_paths": [
68         "lookback/LICENSE.md",
69         "lookback/LookbackLive.framework"
70       ],
71       "frameworks": [
72         "LookbackLive"
73       ]
74     }
75   ]