[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / d / 5 / a / segment-appsflyer-ios / 1.2.4 / segment-appsflyer-ios.podspec.json
blob04d4354897061c6be5a1309c2ec3f26d96c74f02
2   "name": "segment-appsflyer-ios",
3   "version": "1.2.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": "1.2.4"
17   },
18   "platforms": {
19     "ios": "7.0",
20     "tvos": "9.0"
21   },
22   "requires_arc": true,
23   "dependencies": {
24     "Analytics": [
25       "~> 3.5"
26     ]
27   },
28   "source_files": "segment-appsflyer-ios/Classes/**/*",
29   "ios": {
30     "dependencies": {
31       "AppsFlyerFramework": [
32         "~> 4"
33       ]
34     }
35   },
36   "tvos": {
37     "dependencies": {
38       "AppsFlyerTvOsLib": [
39         "~> 4"
40       ]
41     }
42   },
43   "subspecs": [
44     {
45       "name": "StaticLibWorkaround",
46       "preserve_paths": "segment-appsflyer-ios/Classes/**/*"
47     }
48   ]