[Add] YIM 2.2.8
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 6.13.1 / AppsFlyerFramework.podspec.json
blob295e189b78df273729d98765440be99d534758ed
2   "name": "AppsFlyerFramework",
3   "version": "6.13.1",
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": "9.0",
18     "tvos": "9.0",
19     "osx": "10.11"
20   },
21   "source": {
22     "http": "https://github.com/AppsFlyerSDK/AppsFlyerFramework/releases/download/6.13.1/AppsFlyerLib-Binaries.zip",
23     "sha256": "04e6803296325ddaeae4f77394e0d65979963893bdb8740545ee9c40ab7de910"
24   },
25   "ios": {
26     "frameworks": [
27       "Security",
28       "SystemConfiguration",
29       "CoreTelephony"
30     ]
31   },
32   "osx": {
33     "frameworks": "Security"
34   },
35   "default_subspecs": "Main",
36   "subspecs": [
37     {
38       "name": "Main",
39       "ios": {
40         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
41       },
42       "tvos": {
43         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
44       },
45       "osx": {
46         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
47       }
48     },
49     {
50       "name": "Legacy",
51       "pod_target_xcconfig": {
52         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
53         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
54       },
55       "user_target_xcconfig": {
56         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
57         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
58       },
59       "ios": {
60         "vendored_frameworks": "binaries/ios/AppsFlyerLib.framework"
61       },
62       "tvos": {
63         "vendored_frameworks": "binaries/tv/AppsFlyerLib.framework"
64       },
65       "osx": {
66         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
67       }
68     },
69     {
70       "name": "Strict",
71       "ios": {
72         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
73       },
74       "tvos": {
75         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
76       },
77       "osx": {
78         "vendored_frameworks": "binaries/xcframework/strict/AppsFlyerLib.xcframework"
79       }
80     },
81     {
82       "name": "Dynamic",
83       "ios": {
84         "vendored_frameworks": "binaries/xcframework/dynamic/AppsFlyerLib.xcframework"
85       },
86       "tvos": {
87         "vendored_frameworks": "binaries/xcframework/dynamic/AppsFlyerLib.xcframework"
88       },
89       "osx": {
90         "vendored_frameworks": "binaries/xcframework/full/AppsFlyerLib.xcframework"
91       }
92     }
93   ]