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