[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / c / VoxeetSDK / 1.0 / VoxeetSDK.podspec.json
blobdeb5cbe16cd86c5735aaecb4380f43ae8bf84a13
2   "name": "VoxeetSDK",
3   "version": "1.0",
4   "summary": "iOS library for Voxeet",
5   "homepage": "http://voxeet.com",
6   "authors": {
7     "Voxeet, Inc": "support@voxeet.com"
8   },
9   "platforms": {
10     "ios": "8.0"
11   },
12   "source": {
13     "git": "https://github.com/voxeet/ios-sdk-sample.git",
14     "tag": "1.0"
15   },
16   "source_files": "VoxeetSDK/VoxeetSDK.framework/Headers/*.h",
17   "vendored_frameworks": "VoxeetSDK/VoxeetSDK.framework",
18   "frameworks": [
19     "UIKit",
20     "AVFoundation",
21     "VideoToolbox"
22   ],
23   "requires_arc": true,
24   "xcconfig": {
25     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/VoxeetSDK\"",
26     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/VoxeetSDK\""
27   },
28   "license": {
29     "type": "Copyright",
30     "text": "      Copyright 2016 Voxeet, Inc. All rights reserved.\n"
31   }