[Add] MicrosoftCognitiveServicesSpeechEmbedded-iOS 1.42.0
[CocoaPods.git] / Specs / f / 2 / 3 / VWO / 2.15.0 / VWO.podspec.json
blobc2c87e1f3eb2a12b322b03210dd8a58e5ab9a36b
2   "name": "VWO",
3   "version": "2.15.0",
4   "summary": "VWO SDK for A/B Testing iOS apps.",
5   "description": "VWO iOS SDK enables you to A/B test mobile apps.",
6   "documentation_url": "http://developers.vwo.com/reference#ios-sdk-reference",
7   "homepage": "http://vwo.com",
8   "license": {
9     "type": "Commercial",
10     "text": "See http://vwo.com/terms-conditions"
11   },
12   "authors": {
13     "VWO": "info@wingify.com"
14   },
15   "source": {
16     "git": "https://github.com/wingify/vwo-ios-sdk.git",
17     "tag": "2.15.0"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "default_subspecs": "All",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "VWO/**/*.{m,h}"
28     },
29     {
30       "name": "All",
31       "source_files": [
32         "Socket/**/*.{m,h}",
33         "VWO/**/*.{m,h}"
34       ],
35       "dependencies": {
36         "Socket.IO-Client-Swift": [
37           "~> 15.2.0"
38         ]
39       }
40     }
41   ],
42   "swift_version": "5.0"