blob: 29b4c3e9f3869459a67213e0dce19e501689fdd4 [file] [log] [blame]
{
"name": "VoxeetSDK",
"version": "1.0.1.9",
"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.1.9"
},
"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": {
"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"
}
}