[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / 8 / 0 / TwilioTest / 0.1.0 / TwilioTest.podspec.json
blob42a96777bcf054a96aac48b8f0ebd21b1fcd5961
2   "name": "TwilioTest",
3   "version": "0.1.0",
4   "summary": "Utility class for diagnosing Twilio connectivity problems",
5   "description": "Twilio sometimes refuses to work due to particular network settings issues of an app user. This project provides you with a way to build a Twilio diagnostics feature into your app, such that you will be able to intercept verbose logs of Twilio's attempt to establish a call.",
6   "homepage": "https://github.com/alex-maltsev/TwilioTest",
7   "license": "MIT",
8   "authors": {
9     "alex-maltsev": "alex.maltsev@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/alex-maltsev/TwilioTest.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.1"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes/**/*",
20   "dependencies": {
21     "TwilioSDK": [
22       "~> 1.2"
23     ]
24   }