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