blob: a7779c88718a34043d0757fd28b1a000b7195458 [file] [log] [blame]
{
"name": "TwilioSDK",
"version": "1.1.2",
"license": {
"type": "Commercial",
"text": "Copyright 2011-2012 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"
},
"summary": "Twilio Client has the features that make it easy to embed VoIP directly into your web, iOS or Android apps.",
"homepage": "http://www.twilio.com/client",
"authors": {
"Twilio": "help@twilio.com"
},
"source": {
"http": "http://static.twilio.com/sdk/ios/twilioclient-ios-1.1.2-a755dee.tar.bz2"
},
"description": "Twilio Client has the features that make it easy to embed VoIP directly into your web, iOS or Android apps. Easily make and receive calls from the browser.",
"platforms": {
"ios": null
},
"source_files": "Headers/*.h",
"preserve_paths": "Libraries/*.a",
"libraries": [
"TwilioClient",
"ssl",
"crypto"
],
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(PODS_ROOT)/TwilioSDK/Libraries",
"OTHER_LD_FLAGS": "$(inherited) -ObjC -all_load"
},
"resources": [
"Resources/*.*"
],
"requires_arc": false
}