[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 7 / f / Stitch / 0.21.0 / Stitch.podspec.json
blob21d67c56b5cd20aee7eb0d8672027f6285bedf58
2   "name": "Stitch",
3   "version": "0.21.0",
4   "license": {
5     "type": "Apache"
6   },
7   "homepage": "https://github.com/nexmo/stitch-ios-sdk",
8   "authors": {
9     "Shams Ahmed": "shams.ahmed@vonage.com",
10     "Jodi Humphreys": "jodi.humphreys@vonage.com",
11     "Ivan Ivanov": "ivan.ivanov@vonage.com",
12     "Paul Calver": "paul.calver@vonage.com",
13     "Ashley Arthur": "ashley.arthur@vonage.com"
14   },
15   "social_media_url": "https://twitter.com/Nexmo",
16   "documentation_url": "https://ea.developer.nexmo.com/stitch/overview",
17   "summary": "Stitch enables communications across multiple channels including in-app messaging and in-app voice over IP",
18   "platforms": {
19     "ios": "9.0"
20   },
21   "module_name": "NexmoConversation",
22   "source": {
23     "git": "https://github.com/nexmo/stitch-ios-sdk.git",
24     "tag": "0.21.0"
25   },
26   "source_files": "NexmoConversation/**/*.{h,m,swift}",
27   "exclude_files": "NexmoConversation/Private/**/*.{h,m,swift}",
28   "public_header_files": "NexmoConversation/NexmoConversation.h",
29   "pod_target_xcconfig": {
30     "SWIFT_VERSION": "4.0.3"
31   },
32   "dependencies": {
33     "RxCocoa": [
34       "~> 4.1.2"
35     ],
36     "NexmoGRDB.swift": [
37       "~> 0.90.3"
38     ],
39     "Alamofire": [
40       "~> 4.6.0"
41     ],
42     "Socket.IO-Client-Swift": [
43       "~> 13.1.1"
44     ],
45     "NexmoWebRTC": [
46       "~> 63.11.16"
47     ]
48   },
49   "deprecated_in_favor_of": "Nexmo-Stitch"