blob: 7d2951c068f503173a24404ba8dcc3f850e2c77e [file] [log] [blame]
{
"name": "TwilioSDK",
"version": "1.2.8",
"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.8/twilio-client-ios-1.2.8.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
}