[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / 2 / c / VoxeetSDK / 1.0.2.2 / VoxeetSDK.podspec.json
blobc811670d4ad1ab476bb3aa685e9be2eeb1638e06
2   "name": "VoxeetSDK",
3   "version": "1.0.2.2",
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.2.2",
15     "branch": "swift3"
16   },
17   "source_files": "VoxeetSDK/VoxeetSDK.framework/Headers/*.h",
18   "pod_target_xcconfig": {
19     "ENABLE_BITCODE": "NO"
20   },
21   "vendored_frameworks": "VoxeetSDK/VoxeetSDK.framework",
22   "frameworks": [
23     "UIKit",
24     "AVFoundation",
25     "VideoToolbox"
26   ],
27   "requires_arc": true,
28   "xcconfig": {
29     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/VoxeetSDK\"",
30     "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/VoxeetSDK\""
31   },
32   "license": {
33     "type": "Copyright",
34     "text": "      Copyright 2016 Voxeet, Inc. All rights reserved.\n"
35   }