[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 6.10.0 / AppsFlyerFramework.podspec.json
blobdc5333c36b26f5598b274b5e6f647808ec16c550
2   "name": "AppsFlyerFramework",
3   "version": "6.10.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": "6.10.0"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "9.0",
22     "tvos": "9.0",
23     "osx": "10.11"
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         "preserve_paths": "AppsFlyerLib.xcframework",
41         "vendored_frameworks": "AppsFlyerLib.xcframework"
42       },
43       "tvos": {
44         "preserve_paths": "AppsFlyerLib.xcframework",
45         "vendored_frameworks": "AppsFlyerLib.xcframework"
46       },
47       "osx": {
48         "preserve_paths": "AppsFlyerLib.xcframework",
49         "vendored_frameworks": "AppsFlyerLib.xcframework"
50       }
51     },
52     {
53       "name": "Legacy",
54       "pod_target_xcconfig": {
55         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
56         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
57       },
58       "user_target_xcconfig": {
59         "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64 arm64e",
60         "EXCLUDED_ARCHS[sdk=appletvsimulator*]": "arm64 arm64e"
61       },
62       "ios": {
63         "preserve_paths": "iOS/AppsFlyerLib.framework",
64         "vendored_frameworks": "iOS/AppsFlyerLib.framework"
65       },
66       "tvos": {
67         "preserve_paths": "tvOS/AppsFlyerLib.framework",
68         "vendored_frameworks": "tvOS/AppsFlyerLib.framework"
69       },
70       "osx": {
71         "preserve_paths": "AppsFlyerLib.xcframework",
72         "vendored_frameworks": "AppsFlyerLib.xcframework"
73       }
74     },
75     {
76       "name": "Strict",
77       "ios": {
78         "preserve_paths": "Strict/AppsFlyerLib.xcframework",
79         "vendored_frameworks": "Strict/AppsFlyerLib.xcframework"
80       },
81       "tvos": {
82         "preserve_paths": "Strict/AppsFlyerLib.xcframework",
83         "vendored_frameworks": "Strict/AppsFlyerLib.xcframework"
84       },
85       "osx": {
86         "preserve_paths": "Strict/AppsFlyerLib.xcframework",
87         "vendored_frameworks": "Strict/AppsFlyerLib.xcframework"
88       }
89     },
90     {
91       "name": "Dynamic",
92       "ios": {
93         "preserve_paths": "Dynamic/AppsFlyerLib.xcframework",
94         "vendored_frameworks": "Dynamic/AppsFlyerLib.xcframework"
95       },
96       "tvos": {
97         "preserve_paths": "Dynamic/AppsFlyerLib.xcframework",
98         "vendored_frameworks": "Dynamic/AppsFlyerLib.xcframework"
99       },
100       "osx": {
101         "preserve_paths": "AppsFlyerLib.xcframework",
102         "vendored_frameworks": "AppsFlyerLib.xcframework"
103       }
104     }
105   ]