[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / d / 9 / 6 / LHypothesis / 1.2.0 / LHypothesis.podspec.json
blobd8eeaa13a325f0a56263de0f4e9f4cbfb0173236
2   "name": "LHypothesis",
3   "version": "1.2.0",
4   "summary": "Analytics abstraction layer for Swift.",
5   "homepage": "https://github.com/lgilyazov/LHypothesis",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Lenar Gilyazov": "l.gilyazov@ya.ru"
12   },
13   "source": {
14     "git": "https://github.com/lgilyazov/LHypothesis.git",
15     "tag": "1.2.0"
16   },
17   "social_media_url": "https://twitter.com/lenar_gilyazov",
18   "swift_versions": "5.0",
19   "static_framework": true,
20   "platforms": {
21     "ios": "13.0",
22     "tvos": "13.0",
23     "osx": "10.15"
24   },
25   "default_subspecs": "Core",
26   "testspecs": [
27     {
28       "name": "Tests",
29       "test_type": "unit",
30       "source_files": "Tests/**/*.swift"
31     }
32   ],
33   "subspecs": [
34     {
35       "name": "Core",
36       "source_files": "Sources/Core/*.swift",
37       "frameworks": "Foundation"
38     },
39     {
40       "name": "Firebase",
41       "source_files": "Sources/Providers/FirebaseProvider.swift",
42       "dependencies": {
43         "LHypothesis/Core": [
45         ],
46         "FirebaseAnalytics": [
48         ]
49       }
50     },
51     {
52       "name": "AppsFlyer",
53       "source_files": "Sources/Providers/AppsFlyerProvider.swift",
54       "dependencies": {
55         "LHypothesis/Core": [
57         ],
58         "AppsFlyerFramework": [
60         ]
61       }
62     }
63   ],
64   "swift_version": "5.0"