[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / d / 5 / a / segment-appsflyer-ios / 6.13.0 / segment-appsflyer-ios.podspec.json
blob31b18b119f95f8756c1b2bf03acf003d6cbc62f7
2   "name": "segment-appsflyer-ios",
3   "version": "6.13.0",
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.13.0"
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.13.0"
37           ]
38         }
39       },
40       "tvos": {
41         "dependencies": {
42           "AppsFlyerFramework": [
43             "6.13.0"
44           ]
45         }
46       },
47       "source_files": "segment-appsflyer-ios/Classes/**/*"
48     },
49     {
50       "name": "Strict",
51       "ios": {
52         "dependencies": {
53           "AppsFlyerFramework/Strict": [
54             "6.13.0"
55           ]
56         }
57       },
58       "tvos": {
59         "dependencies": {
60           "AppsFlyerFramework/Strict": [
61             "6.13.0"
62           ]
63         }
64       },
65       "source_files": "segment-appsflyer-ios/Classes/**/*"
66     }
67   ]