[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 7 / a / c / AppsFlyerFramework / 6.1.3 / AppsFlyerFramework.podspec.json
blobfaf710eb62627c855f294f1ce93c7c8e83a414cf
2   "name": "AppsFlyerFramework",
3   "version": "6.1.3",
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.1.3"
18   },
19   "requires_arc": true,
20   "platforms": {
21     "ios": "8.0",
22     "tvos": "9.0",
23     "osx": "10.11"
24   },
25   "ios": {
26     "frameworks": [
27       "Security",
28       "SystemConfiguration",
29       "CoreTelephony"
30     ]
31   },
32   "tvos": {
33     "frameworks": "Security"
34   },
35   "osx": {
36     "frameworks": "Security"
37   },
38   "default_subspecs": "Main",
39   "subspecs": [
40     {
41       "name": "Main",
42       "ios": {
43         "preserve_paths": "iOS/AppsFlyerLib.framework",
44         "vendored_frameworks": "iOS/AppsFlyerLib.framework"
45       },
46       "tvos": {
47         "preserve_paths": "tvOS/AppsFlyerLib.framework",
48         "vendored_frameworks": "tvOS/AppsFlyerLib.framework"
49       },
50       "osx": {
51         "preserve_paths": "macOS/AppsFlyerAttribution.framework",
52         "vendored_frameworks": "macOS/AppsFlyerAttribution.framework"
53       }
54     },
55     {
56       "name": "Strict",
57       "ios": {
58         "preserve_paths": "iOS-Strict/AppsFlyerLib.framework",
59         "vendored_frameworks": "iOS-Strict/AppsFlyerLib.framework"
60       },
61       "tvos": {
62         "preserve_paths": "tvOS/AppsFlyerLib.framework",
63         "vendored_frameworks": "tvOS/AppsFlyerLib.framework"
64       },
65       "osx": {
66         "preserve_paths": "macOS/AppsFlyerAttribution.framework",
67         "vendored_frameworks": "macOS/AppsFlyerAttribution.framework"
68       }
69     },
70     {
71       "name": "MacCatalyst",
72       "ios": {
73         "preserve_paths": "MacCatalyst/AppsFlyerLib.xcframework",
74         "vendored_frameworks": "MacCatalyst/AppsFlyerLib.xcframework"
75       },
76       "tvos": {
77         "preserve_paths": "tvOS/AppsFlyerLib.framework",
78         "vendored_frameworks": "tvOS/AppsFlyerLib.framework"
79       },
80       "osx": {
81         "preserve_paths": "macOS/AppsFlyerAttribution.framework",
82         "vendored_frameworks": "macOS/AppsFlyerAttribution.framework"
83       }
84     }
85   ]