[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 6.12.1 / AppsFlyerFramework.podspec.json
blob8db8890b62051ff55363d621561670852f637bd3
2   "name": "AppsFlyerFramework",
3   "version": "6.12.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.12.1/AppsFlyerLib-Binaries.zip",
23     "sha256": "0d69f872e075ef54275df94efa5f993073d57d2b95df52b15522aa24e53a7df2"
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   ]