blob: 86b99eda626116ddd417c39909ae0af57a5948b2 [file] [log] [blame]
{
"name": "TwilioSDK",
"version": "0.0.4",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"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": {
"git": "https://github.com/devinrader/TwilioPod.git",
"tag": "0.0.4"
},
"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": "**/*.h",
"preserve_paths": "**/*.a",
"libraries": [
"TwilioClient",
"ssl",
"crypto"
],
"frameworks": [
"AudioToolbox",
"AVFoundation",
"CFNetwork",
"SystemConfiguration"
],
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TwilioSDK/Twilio\"",
"OTHER_LD_FLAGS": "$(inherited) -ObjC"
},
"resources": [
"**/Resources/*.*"
],
"requires_arc": false
}