[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / f / 2 / 3 / VWO / 2.18.3 / VWO.podspec.json
blob812dae860fa5c41d44b67f82c4a7dd537b63a907
2   "name": "VWO",
3   "version": "2.18.3",
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.18.3"
18   },
19   "platforms": {
20     "ios": "9.0"
21   },
22   "swift_versions": "5.0",
23   "dependencies": {
24     "Socket.IO-Client-Swift": [
25       "~> 15.2.0"
26     ]
27   },
28   "pod_target_xcconfig": {
29     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
30   },
31   "user_target_xcconfig": {
32     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
33   },
34   "subspecs": [
35     {
36       "name": "Core",
37       "source_files": "VWO/**/*.{m,h}"
38     }
39   ],
40   "swift_version": "5.0"