[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / 5 / a / segment-appsflyer-ios / 6.2.3 / segment-appsflyer-ios.podspec.json
blob5d499d9fefa01471d4f894d8e0249b84ff327703
2   "name": "segment-appsflyer-ios",
3   "version": "6.2.3",
4   "summary": "AppsFlyer Integration for Segment's analytics-ios library.",
5   "description": "AppsFlyer is the market leader in mobile advertising attribution & analytics, helping marketers to pinpoint their targeting, optimize their ad spend and boost their ROI.",
6   "homepage": "https://github.com/AppsFlyerSDK/segment-appsflyer-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Appsflyer": "maxim@appsflyer.com"
13   },
14   "source": {
15     "git": "https://github.com/AppsFlyerSDK/segment-appsflyer-ios.git",
16     "tag": "6.2.3"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "static_framework": true,
24   "dependencies": {
25     "Analytics": [
27     ]
28   },
29   "source_files": "segment-appsflyer-ios/Classes/**/*",
30   "default_subspecs": "Main",
31   "subspecs": [
32     {
33       "name": "Main",
34       "ios": {
35         "dependencies": {
36           "AppsFlyerFramework": [
37             "~> 6.2.3"
38           ]
39         }
40       },
41       "tvos": {
42         "dependencies": {
43           "AppsFlyerFramework": [
44             "~> 6.2.3"
45           ]
46         }
47       }
48     },
49     {
50       "name": "Strict",
51       "ios": {
52         "dependencies": {
53           "AppsFlyerFramework/Strict": [
54             "~> 6.2.3"
55           ]
56         }
57       }
58     },
59     {
60       "name": "MacCatalyst",
61       "ios": {
62         "dependencies": {
63           "AppsFlyerFramework/MacCatalyst": [
64             "~> 6.2.3"
65           ]
66         }
67       }
68     }
69   ]