[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 0 / 1 / TwilioSDK / 0.0.4 / TwilioSDK.podspec.json
blob86b99eda626116ddd417c39909ae0af57a5948b2
2   "name": "TwilioSDK",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "summary": "Twilio Client has the features that make it easy to embed VoIP directly into your web, iOS or Android apps.",
9   "homepage": "http://www.twilio.com/client",
10   "authors": {
11     "Twilio": "help@twilio.com"
12   },
13   "source": {
14     "git": "https://github.com/devinrader/TwilioPod.git",
15     "tag": "0.0.4"
16   },
17   "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.",
18   "platforms": {
19     "ios": null
20   },
21   "source_files": "**/*.h",
22   "preserve_paths": "**/*.a",
23   "libraries": [
24     "TwilioClient",
25     "ssl",
26     "crypto"
27   ],
28   "frameworks": [
29     "AudioToolbox",
30     "AVFoundation",
31     "CFNetwork",
32     "SystemConfiguration"
33   ],
34   "xcconfig": {
35     "LIBRARY_SEARCH_PATHS": "\"$(PODS_ROOT)/TwilioSDK/Twilio\"",
36     "OTHER_LD_FLAGS": "$(inherited) -ObjC"
37   },
38   "resources": [
39     "**/Resources/*.*"
40   ],
41   "requires_arc": false