[Add] RapidKitFoundation_MacOS 2024.1220.1144.617
[CocoaPods.git] / Specs / f / 2 / 3 / VWO / 2.7.1 / VWO.podspec.json
blobbde4379f7e9741bf91350b7fb766423b0c00e765
2   "name": "VWO",
3   "version": "2.7.1",
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.7.1"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "4.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           "~> 13.1"
38         ]
39       }
40     }
41   ],
42   "swift_version": "4.0"