[Add] MentaVlionAdapter 6.00.22
[CocoaPods.git] / Specs / d / 5 / a / segment-appsflyer-ios / 6.3.4 / segment-appsflyer-ios.podspec.json
blobd3c94be168af2078497cf139a0367c219a2a6ee8
2   "name": "segment-appsflyer-ios",
3   "version": "6.3.4",
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.3.4"
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   "default_subspecs": "Main",
30   "subspecs": [
31     {
32       "name": "Main",
33       "ios": {
34         "dependencies": {
35           "AppsFlyerFramework": [
36             "~> 6.3.4"
37           ]
38         }
39       },
40       "tvos": {
41         "dependencies": {
42           "AppsFlyerFramework": [
43             "~> 6.3.4"
44           ]
45         }
46       },
47       "source_files": "segment-appsflyer-ios/Classes/**/*"
48     },
49     {
50       "name": "Strict",
51       "ios": {
52         "dependencies": {
53           "AppsFlyerFramework/Strict": [
54             "~> 6.3.4"
55           ]
56         }
57       },
58       "tvos": {
59         "dependencies": {
60           "AppsFlyerFramework/Strict": [
61             "~> 6.3.4"
62           ]
63         }
64       },
65       "source_files": "segment-appsflyer-ios/Classes/**/*"
66     }
67   ]