[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 6 / 4 / Nexmo-Stitch / 1.3.2 / Nexmo-Stitch.podspec.json
blob67e73c69f7c9548cd8311025593fd4feb6525df1
2   "name": "Nexmo-Stitch",
3   "version": "1.3.2",
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": "10.0"
20   },
21   "source": {
22     "http": "https://github.com/Nexmo/stitch-ios-sdk/releases/download/1.3.2/Stitch.framework.zip"
23   },
24   "vendored_frameworks": "Carthage/Build/iOS/Stitch.framework",
25   "pod_target_xcconfig": {
26     "SWIFT_VERSION": "4.1"
27   },
28   "swift_version": "4.1",
29   "frameworks": [
30     "Foundation",
31     "UserNotifications",
32     "AVFoundation",
33     "UIKit"
34   ],
35   "dependencies": {
36     "RxCocoa": [
37       "~> 4.0"
38     ],
39     "NexmoGRDB.swift": [
40       "~> 0.90"
41     ],
42     "Alamofire": [
43       "~> 4.0"
44     ],
45     "Socket.IO-Client-Swift": [
46       "~> 13.0"
47     ],
48     "NexmoWebRTC": [
49       "~> 63.11"
50     ]
51   }