[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 6.14.6 / AppsFlyerFramework.podspec.json
bloba4cf5461122600a4606dce09254c0f5414d8d3ee
2   "name": "AppsFlyerFramework",
3   "version": "6.14.6",
4   "summary": "AppsFlyer iOS SDK",
5   "description": "AppsFlyer native track allows you to find what attracts new users to your app,\nmeasure all your app marketing activities on one dashboard, and add new traffic sources in minutes,\nall without having to update SDK.",
6   "homepage": "https://www.appsflyer.com",
7   "license": {
8     "type": "Proprietary",
9     "text": "Copyright 2018 AppsFlyer Ltd. All rights reserved."
10   },
11   "authors": {
12     "Maxim": "maxim\\@appsflyer.com",
13     "Andrii": "andrii.h\\@appsflyer.com"
14   },
15   "requires_arc": true,
16   "platforms": {
17     "ios": "12.0",
18     "tvos": "12.0",
19     "osx": "10.11"
20   },
21   "swift_versions": "5.0",
22   "source": {
23     "http": "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.14.6/AppsFlyerLib-Binaries.zip",
24     "sha256": "ff6741ab4d1b3a73775c4131a6f1bc5d417264c415c790e82027147a25cafe6e"
25   },
26   "ios": {
27     "frameworks": [
28       "Security",
29       "SystemConfiguration",
30       "CoreTelephony"
31     ]
32   },
33   "osx": {
34     "frameworks": "Security"
35   },
36   "default_subspecs": "Main",
37   "subspecs": [
38     {
39       "name": "Main",
40       "resource_bundles": {
41         "AppsFlyerLib_Privacy": [
42           "binaries/Resources/nonStrict/PrivacyInfo.xcprivacy"
43         ]
44       },
45       "ios": {
46         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
47       },
48       "tvos": {
49         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
50       },
51       "osx": {
52         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
53       }
54     },
55     {
56       "name": "Legacy",
57       "resource_bundles": {
58         "AppsFlyerLib_Privacy": [
59           "binaries/Resources/nonStrict/PrivacyInfo.xcprivacy"
60         ]
61       },
62       "pod_target_xcconfig": {
63         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
64         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
65       },
66       "user_target_xcconfig": {
67         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
68         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
69       },
70       "ios": {
71         "vendored_frameworks": "binaries/ios/AppsFlyerLib.framework"
72       },
73       "tvos": {
74         "vendored_frameworks": "binaries/tv/AppsFlyerLib.framework"
75       },
76       "osx": {
77         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
78       }
79     },
80     {
81       "name": "Strict",
82       "resource_bundles": {
83         "AppsFlyerLib_Privacy": [
84           "binaries/Resources/Strict/PrivacyInfo.xcprivacy"
85         ]
86       },
87       "ios": {
88         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
89       },
90       "tvos": {
91         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
92       },
93       "osx": {
94         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
95       }
96     },
97     {
98       "name": "Dynamic",
99       "ios": {
100         "vendored_frameworks": "binaries/xcframework/dynamic/AppsFlyerLib.xcframework"
101       },
102       "tvos": {
103         "vendored_frameworks": "binaries/xcframework/dynamic/AppsFlyerLib.xcframework"
104       },
105       "osx": {
106         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
107       }
108     }
109   ],
110   "swift_version": "5.0"