blob: 06e40a4570b0ba2a975a923a2b62686543078654 [file] [log] [blame]
{
"name": "TwilioSDK",
"version": "1.2.11",
"summary": "Twilio Client SDK",
"description": "Twilio Client has the features that make it easy to embed VoIP directly into your iOS apps.",
"homepage": "http://www.twilio.com/client",
"platforms": {
"ios": "8.1"
},
"license": {
"type": "Commercial",
"text": "Copyright 2011-2016 Twilio. All rights reserved. Use of this software is subject to the terms and conditions of the Twilio Terms of Service located at http://www.twilio.com/legal/tos"
},
"authors": {
"Twilio": "help@twilio.com"
},
"source": {
"http": "https://media.twiliocdn.com/sdk/ios/client/releases/1.2.11/twilio-client-ios-1.2.11.tar.bz2"
},
"source_files": "Headers/*.h",
"public_header_files": "Headers/*.h",
"vendored_libraries": [
"Libraries/libTwilioClient.a",
"Libraries/libcrypto.a",
"Libraries/libssl.a"
],
"resources": "Resources/*.wav",
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"SystemConfiguration"
],
"requires_arc": true
}