[Add] BoreyAdSDK 0.0.6
[CocoaPods.git] / Specs / 8 / 3 / b / PaltaLib / 2.0.0 / PaltaLib.podspec.json
blobd1e6d600840cd495b55cabcc6b766230718e0f98
2   "name": "PaltaLib",
3   "version": "2.0.0",
4   "license": "MIT",
5   "summary": "PaltaLib iOS SDK",
6   "homepage": "https://github.com/Palta-Data-Platform/paltalib-ios",
7   "authors": {
8     "Palta": "dev@palta.com"
9   },
10   "source": {
11     "git": "https://github.com/Palta-Data-Platform/paltalib-ios.git",
12     "tag": "v2.0.0"
13   },
14   "requires_arc": true,
15   "static_framework": true,
16   "platforms": {
17     "ios": "10.0"
18   },
19   "swift_versions": "5.3",
20   "default_subspecs": [
21     "Core",
22     "Analytics",
23     "Purchases",
24     "Attribution"
25   ],
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Core/**/*.swift"
30     },
31     {
32       "name": "Analytics",
33       "source_files": "Sources/Analytics/**/*.swift",
34       "dependencies": {
35         "PaltaLib/Core": [
37         ],
38         "Amplitude": [
39           "~> 8.5.0"
40         ]
41       }
42     },
43     {
44       "name": "Purchases",
45       "source_files": "Sources/Purchases/**/*.swift",
46       "dependencies": {
47         "PaltaLib/Core": [
49         ],
50         "PaltaLib/Analytics": [
52         ],
53         "PaltaLib/Attribution": [
55         ],
56         "Purchases": [
57           "~> 3.13.0"
58         ]
59       }
60     },
61     {
62       "name": "Attribution",
63       "source_files": "Sources/Attribution/**/*.swift",
64       "dependencies": {
65         "PaltaLib/Core": [
67         ],
68         "AppsFlyerFramework": [
69           "~> 6.4.2"
70         ]
71       }
72     }
73   ],
74   "swift_version": "5.3"