[Add] TensorFlowLiteSwift 0.0.1-nightly.20250104
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 5.0.0 / AppsFlyerFramework.podspec.json
blobf6b42e4e366e11a3cd5330862ae78abdf852a766
2   "name": "AppsFlyerFramework",
3   "version": "5.0.0",
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   "source": {
16     "git": "https://github.com/AppsFlyerSDK/AppsFlyerFramework.git",
17     "tag": "5.0.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "7.0",
22     "tvos": "9.0"
23   },
24   "ios": {
25     "frameworks": [
26       "AdSupport",
27       "iAd",
28       "Security",
29       "SystemConfiguration",
30       "CoreTelephony"
31     ],
32     "preserve_paths": "AppsFlyerLib.framework",
33     "vendored_frameworks": "AppsFlyerLib.framework"
34   },
35   "tvos": {
36     "frameworks": [
37       "AdSupport",
38       "Security"
39     ],
40     "preserve_paths": "tvOS/AppsFlyerLib.framework",
41     "vendored_frameworks": "tvOS/AppsFlyerLib.framework"
42   }