[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / a / 1 / b / Adapty / 3.0.0-beta.1 / Adapty.podspec.json
blobaff88fb0d5f90c3ff50171b9a21474c97560e243
2   "name": "Adapty",
3   "version": "3.0.0-beta.1",
4   "summary": "Adapty SDK for iOS.",
5   "description": "Win back churned subscribers in your iOS app.\nAdapty helps you track business metrics, and lets you run ad campaigns targeted at churned users faster",
6   "homepage": "https://adapty.io/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adapty": "contact@adapty.io"
13   },
14   "source": {
15     "git": "https://github.com/adaptyteam/AdaptySDK-iOS.git",
16     "tag": "3.0.0-beta.1"
17   },
18   "documentation_url": "https://docs.adapty.io",
19   "platforms": {
20     "ios": "12.2",
21     "osx": "10.14.4",
22     "visionos": "1.0"
23   },
24   "swift_versions": "5.9",
25   "source_files": "Sources/**/*.swift",
26   "resource_bundles": {
27     "Adapty": [
28       "Sources/PrivacyInfo.xcprivacy"
29     ]
30   },
31   "frameworks": "StoreKit",
32   "ios": {
33     "frameworks": [
34       "UIKit",
35       "AdSupport"
36     ],
37     "weak_frameworks": "AdServices"
38   },
39   "osx": {
40     "frameworks": "AppKit",
41     "weak_frameworks": [
42       "AdSupport",
43       "AdServices"
44     ]
45   },
46   "pod_target_xcconfig": {
47     "OTHER_SWIFT_FLAGS": "-package-name io.adapty.sdk"
48   },
49   "swift_version": "5.9"