[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 7 / f / d / HolisticSolutionSDK / 1.1.2 / HolisticSolutionSDK.podspec.json
blob4a4f91876605090c372b41f6da9627d24e33d23d
2   "name": "HolisticSolutionSDK",
3   "version": "1.1.2",
4   "summary": "The HolisticSolutionSDK provides easy to use API for integration attribution, product testing and advertising platform.",
5   "description": "The Holistic Solution SDK is iOS framework. It provides easy to use API for integration attribution, product testing and advertising platform.\nIt contains AppsFlyer, Firebase Remote Config, Appodeal connectors. The framework allows to send all data to Stack Holistic Solution service without \nadditional synchronisation code.",
6   "homepage": "https://explorestack.com",
7   "license": {
8     "type": "GPLv3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "appodeal": "https://appodeal.com"
13   },
14   "platforms": {
15     "ios": "10.0"
16   },
17   "source": {
18     "git": "https://github.com/appodeal/Stack-HolisticSolutionSDK-iOS.git",
19     "tag": "v1.1.2"
20   },
21   "requires_arc": true,
22   "static_framework": true,
23   "swift_versions": [
24     "4.0",
25     "4.2",
26     "5.0",
27     "5.1",
28     "5.2"
29   ],
30   "default_subspecs": "Full",
31   "pod_target_xcconfig": {
32     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
33     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
34     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
35   },
36   "user_target_xcconfig": {
37     "VALID_ARCHS": "arm64 armv7 armv7s x86_64",
38     "VALID_ARCHS[sdk=iphoneos*]": "arm64 armv7 armv7s",
39     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
40   },
41   "subspecs": [
42     {
43       "name": "Core",
44       "source_files": "HolisticSolutionSDK/**/*.{h,swift}",
45       "exclude_files": [
46         "HolisticSolutionSDK/Appodeal",
47         "HolisticSolutionSDK/AppsFlyer",
48         "HolisticSolutionSDK/Firebase",
49         "HolisticSolutionSDK/Facebook"
50       ]
51     },
52     {
53       "name": "Appodeal",
54       "source_files": "HolisticSolutionSDK/Appodeal",
55       "dependencies": {
56         "HolisticSolutionSDK/Core": [
58         ],
59         "Appodeal": [
60           ">= 2.8.1"
61         ]
62       }
63     },
64     {
65       "name": "AppsFlyer",
66       "source_files": "HolisticSolutionSDK/AppsFlyer",
67       "dependencies": {
68         "HolisticSolutionSDK/Core": [
70         ],
71         "AppsFlyerFramework": [
72           "~> 6.0"
73         ]
74       }
75     },
76     {
77       "name": "Firebase",
78       "source_files": "HolisticSolutionSDK/Firebase",
79       "dependencies": {
80         "HolisticSolutionSDK/Core": [
82         ],
83         "Firebase/Core": [
84           ">= 7.0.0"
85         ],
86         "Firebase/Analytics": [
87           ">= 7.0.0"
88         ],
89         "Firebase/RemoteConfig": [
90           ">= 7.0.0"
91         ]
92       }
93     },
94     {
95       "name": "Facebook",
96       "source_files": "HolisticSolutionSDK/Facebook",
97       "dependencies": {
98         "HolisticSolutionSDK/Core": [
100         ],
101         "FBSDKCoreKit": [
102           ">= 6.0"
103         ]
104       }
105     },
106     {
107       "name": "Full",
108       "dependencies": {
109         "HolisticSolutionSDK/Core": [
111         ],
112         "HolisticSolutionSDK/Appodeal": [
114         ],
115         "HolisticSolutionSDK/AppsFlyer": [
117         ],
118         "HolisticSolutionSDK/Firebase": [
120         ],
121         "HolisticSolutionSDK/Facebook": [
123         ]
124       }
125     }
126   ],
127   "swift_version": "5.2"