[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 4 / 9 / 6 / UXTesting / 1.0.7 / UXTesting.podspec.json
blob9b36d81a15c0de490d647e1cb863c743214e9e1a
2   "name": "UXTesting",
3   "version": "1.0.7",
4   "summary": "Records screen, camera, touches and uploads to uxtesting.io. Useful for research, video bug reports.",
5   "description": "                   UXTesting is a tool and library for user experience testing that you can integrate into your app.\n\n                   UXTesting records the iOS screen, the front-facing camera, microphone, metadata, touches and active views, and uploads it all in near-realtime to uxtesting.io where you can study and dive into the data.\n",
6   "homepage": "http://uxtesting.io/",
7   "license": {
8     "type": "Commercial",
9     "text": "All text and design is copyright © 2015 UXTesting. All rights reserved. Terms of use as defined at http://uxtesting.io applies."
10   },
11   "authors": {
12     "Rex Chen": "rex@uxtesting.io"
13   },
14   "social_media_url": "http://www.facebook.com/UXTesting.io",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "http": "https://s3-ap-northeast-1.amazonaws.com/uxtesting/sdk/uxtesting-sdk-1.0.6.zip"
20   },
21   "preserve_paths": "uxtesting/UXFramework.framework",
22   "source_files": "uxtesting/UXFramework.framework/Headers/*.h",
23   "public_header_files": "uxtesting/UXFramework.framework/Headers/*.h",
24   "vendored_frameworks": "uxtesting/UXFramework.framework",
25   "frameworks": [
26     "AVFoundation",
27     "UXTesting"
28   ],
29   "requires_arc": false,
30   "xcconfig": {
31     "FRAMEWORK_SEARCH_PATHS": "\"$(PODS_ROOT)/UXTesting/uxtesting\""
32   }