[Add] MagicFIDO_iOS_SDK 0.1.0
[CocoaPods.git] / Specs / 7 / f / d / HolisticSolutionSDK / 1.0.0 / HolisticSolutionSDK.podspec.json
blobad5d28524c29a45755c5cd540fb4b593fd2e89c9
2   "name": "HolisticSolutionSDK",
3   "version": "1.0.0",
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": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/appodeal/Stack-HolisticSolutionSDK-iOS.git",
19     "tag": "v1.0.0"
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   "subspecs": [
32     {
33       "name": "Core",
34       "source_files": "HolisticSolutionSDK/**/*.{h,swift}",
35       "exclude_files": [
36         "HolisticSolutionSDK/Appodeal",
37         "HolisticSolutionSDK/AppsFlyer",
38         "HolisticSolutionSDK/Firebase",
39         "HolisticSolutionSDK/Facebook"
40       ]
41     },
42     {
43       "name": "Appodeal",
44       "source_files": "HolisticSolutionSDK/Appodeal",
45       "dependencies": {
46         "HolisticSolutionSDK/Core": [
48         ],
49         "Appodeal": [
50           ">= 2.6"
51         ]
52       }
53     },
54     {
55       "name": "AppsFlyer",
56       "source_files": "HolisticSolutionSDK/AppsFlyer",
57       "dependencies": {
58         "HolisticSolutionSDK/Core": [
60         ],
61         "AppsFlyerFramework": [
62           ">= 5.3"
63         ]
64       }
65     },
66     {
67       "name": "Firebase",
68       "source_files": "HolisticSolutionSDK/Firebase",
69       "dependencies": {
70         "HolisticSolutionSDK/Core": [
72         ],
73         "Firebase/Core": [
74           ">= 6.20"
75         ],
76         "Firebase/Analytics": [
77           ">= 6.20"
78         ],
79         "Firebase/RemoteConfig": [
80           ">= 4.4"
81         ]
82       }
83     },
84     {
85       "name": "Facebook",
86       "source_files": "HolisticSolutionSDK/Facebook",
87       "dependencies": {
88         "HolisticSolutionSDK/Core": [
90         ],
91         "FBSDKCoreKit": [
92           ">= 6.0"
93         ]
94       }
95     },
96     {
97       "name": "Full",
98       "dependencies": {
99         "HolisticSolutionSDK/Core": [
101         ],
102         "HolisticSolutionSDK/Appodeal": [
104         ],
105         "HolisticSolutionSDK/AppsFlyer": [
107         ],
108         "HolisticSolutionSDK/Firebase": [
110         ],
111         "HolisticSolutionSDK/Facebook": [
113         ]
114       }
115     }
116   ],
117   "swift_version": "5.2"