blob: 4c2524581e8c4c91dd59012623acd545e827d891 [file] [log] [blame]
{
"name": "VoxeetSDK",
"version": "1.0.4",
"summary": "iOS library for Voxeet",
"homepage": "http://voxeet.com",
"authors": {
"Voxeet, Inc": "support@voxeet.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/voxeet/ios-sdk-sample.git",
"tag": "1.0.4"
},
"source_files": "VoxeetSDK/VoxeetSDK.framework/Headers/*.h",
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"vendored_frameworks": "VoxeetSDK/VoxeetSDK.framework",
"frameworks": [
"UIKit",
"AVFoundation",
"VideoToolbox"
],
"requires_arc": true,
"xcconfig": {
"HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/Headers/VoxeetSDK\""
},
"license": {
"type": "Copyright",
"text": " Copyright 2016 Voxeet, Inc. All rights reserved.\n"
}
}