[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / e / 2 / 1 / HinaABTesting / 0.0.4 / HinaABTesting.podspec.json
blobbb2a8293d10fb0f8a32c9a59881c77d74c298456
2   "name": "HinaABTesting",
3   "version": "0.0.4",
4   "summary": "The official iOS SDK of Hina A/B Testing.",
5   "homepage": "https://github.com/dequal/HinaABTesting",
6   "license": "MIT",
7   "source": {
8     "git": "https://github.com/dequal/HinaABTesting.git",
9     "tag": "0.0.7"
10   },
11   "authors": "dequal",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "module_name": "HinaABTest",
16   "requires_arc": true,
17   "cocoapods_version": ">= 1.5.0",
18   "ios": {
19     "frameworks": [
20       "UIKit",
21       "Foundation"
22     ]
23   },
24   "dependencies": {
25     "HinaCloudSDK": [
26       ">=4.0.1"
27     ]
28   },
29   "vendored_frameworks": "Sources/*.xcframework",
30   "pod_target_xcconfig": {
31     "VALID_ARCHS": "arm64 x86_64"
32   }