[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / f / 2 / 3 / VWO / 2.5.1 / VWO.podspec.json
blobc54ae03192f9de9a6e65f01eb2a57b227e574da4
2   "name": "VWO",
3   "version": "2.5.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.5.1"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "swift_versions": "4.0",
23   "default_subspecs": "All",
24   "swift_version": "4.0",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "VWO/**/*.{m,h}"
29     },
30     {
31       "name": "All",
32       "source_files": [
33         "Socket/**/*.{m,h}",
34         "VWO/**/*.{m,h}"
35       ],
36       "dependencies": {
37         "Socket.IO-Client-Swift": [
38           "~> 13.1"
39         ]
40       }
41     }
42   ]