blob: 1d21a249f0498abb7c3ab32ff4d6bca1cf875344 [file] [log] [blame]
{
"name": "TwilioSDK",
"version": "1.2.2",
"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": "6.0"
},
"license": {
"type": "Commercial",
"text": "Copyright 2011-2015 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": "http://static.twilio.com/sdk/ios/twilioclient-ios-1.2.2.b48-2c8c161.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
}